David Graeber argues in "Debt: The first 5000 years" that trade started out as being based on debt, and then this turned into a medium of exchange. Barter was never widespread.
> Today we filed an official complaint against @henet (Hurricane Electric) with the @AGOWA (Attorney General of Washington State) over their censorship of legal and protected speech. We have also reached out to the @EFF who has previously shown support in protecting the foundation of free speech on the internet.
> Free speech is for everyone, even those you disagree with. Dropping routes to a subnet in the middle of the night with no notice and with no prior complaints or concerns expressed is not a way to do business. Under Washington State House Bill 2282, ISPs may not "Block lawful content"
The speech concerned is the hosting of the website Kiwi Farms. Their statement:
Kiwi Farms has a body count. Because of its tolerance of hate, cyberbullying, and doxxing that has resulted in at least three deaths, it cannot be considered "lawful content".
He won't, but this article does [0]. It was written by an unbiased third party of KF and has a section that goes into detail about the three people that supposedly died by the hands of KF. The TL;DR is that two of them had other reasons for their death, and it's pretty reasonable (and morally correct) to assume KF had nothing to do with their demise.
The third one, Byuu, is a bit more nuanced. From all the information that is publicly available about the incident, there has been zero primary sources that confirm or deny their death. All headlines that I could find cite USAtoday their source, whose only source is a man named Hector Martin, who essentially just said "trust me bro" on twitter. The most concrete evidence to Byuu's death is a single picture of an urn that was taken and posted months after the fact, supposedly taken by their former employer who was living in a completely different country at the time.
This article is very strange. It describes CSW as a "polymath," and more or less uncritically gives his side of the story:
> Contrary to what the email to Hearn seems to indicate and what the Sourceforge trail appears to show, Wright claims he did not agree to the transfer of power. He says a new crop of Bitcoin developers, including Wladimir van der Laan, the former lead maintainer of the code repository, circumvented the administrator controls Wright used to manage the codebase when they moved the software to Github and then changed the license there. Essentially, Wright claims, bitcoin was stolen. “What I didn't expect was people to redo everything like that to bypass my administrator control,” he says. “So they set up completely new sites, and moved me out.” In an email to Forbes, van der Laan denied moving the codebase. He also denied changing the license. “This was done by Satoshi,” he wrote.
I can see they use the word "claims," but it's not exactly something that the author of the article should have a hard time double-checking.
The weights, calculated through very intensive computing, are what hold the knowledge in LLMs, the source code just executes those. These products could just update/patch their weights periodically, and no one would complain because that's not bad per se.
> The country’s two mobile phone networks sent messages to people asking them to change the settings of their clocks to manual instead of automatic in order for the time not to change at midnight, although in many cases the time advanced anyway.
> While public institutions, in theory, are bound by the government’s decision, many private institutions, including TV stations, schools and businesses, announced that they would ignore the decision and move to daylight savings on Sunday as previously scheduled.
> “I had an 8am appointment and a 9am class, which will now happen at the same time,” she said. The 8am appointment for her residency paperwork is with a government agency following the official time, while her 9am Arabic class is with an institute that is expected to make the switch to daylight savings.
Developers already hate time zones. But have they tried using two of them at the same time?
> These are already low in Europe due to regulation.
For sure, it's not going to save vast amounts of money. The original comment said "I already have a digital pound in my bank account". I am merely pointing out that though it may seem entirely frictionless and free to spend online already, there are costs involved.
What do you mean "can't"? My bank certainly has the information, since I can see it online if I log in. Of course they would have to change the law, but this also goes for the digital pound.
> What would be sort of awesome, though, would be a distributed bank (or prediction market, or casino) along these lines
I think this is already possible for poker, and will never be possible for prediction markets.
Prediction markets require human resolution of "fuzzy" questions. For example, who won the 2020 US presidential election? You can see why the limiting factor isn't the machine.
But for poker, why do you need FHE? To play poker, you have to deal two hole cards and five community cards. First each player gets two secret ("hole") cards, then three community cards are dealt ("flop"), then potentially another ("turn"), then potentially another ("river"). This could be done programmatically as such:
1. Each player generates five secrets: k_HOLE, HOLE, FLOP, TURN, RIVER
2. Each player derives public key K_HOLE from k_HOLE.
3. Each player publishes the hash of each secret in addition to K_HOLE.
4. Each player publishes their value of HOLE, which is checked against the hash from previous step.
5. To get the two hole cards for you, calculate H(HOLE_1 || HOLE_2 || ... || HOLE_N), decrypt the resulting value using k_HOLE (secret to you), then deterministically turn this into cards (for example: hash it, then map the first half into 52 values and the second half into 51 values)
6. Once it's time for the flop, all players publish FLOP. Then calculate H(FLOP_1 || FLOP_2 || ... || FLOP_N).
7. Repeat for turn and river as necessary.
The only difficult part is how to handle colors, but I don't think this is a serious issue, since nobody counts cards in poker anyway. (We can trivially ensure flop, turn and river don't repeat cards, so it's just a question for the hole cards vis-a-vis the community cards)
Given a pair of hole cards and a hash from a server for everything else, you can do this. But a fair poker hand is dealt from a truly randomized deck. Some central server needs to be the arbiter of randomness (not to mention being the actual escrow service for the money in the pot -- which is the other service provided by prediction markets besides deciding how to resolve bets). Those things - randomness, arbitration and escrow - still can't be completely devolved to client-side processing, or at least not without recourse to ludicrous hacks like public ledgers (aka blockchains) which still run the risk of 51% attacks.
Encrypt the whole VM and all i/o on each client though, so that the machine state itself is encrypted at all times, and you can trust their generation of the hole cards (as far as you can trust a PRNG).
Under this new paradigm, though, the power over the systems probably goes to some new certificate authority that doubles as a routing (signaling) service.
> Some central server needs to be the arbiter of randomness
What, no? My hash-based system is entirely random. The only issue is that draws are done with replacement, so two players may both have e.g. six of spades in their hand. This is aesthetically unappealing, but doesn't alter the actual maths of the game. (There are more complex solutions to this, however)
> not to mention being the actual escrow service for the money in the pot
FHE doesn't solve this, since FHE can't actually interface with your bank. Even if it could, I could just log in on my phone or physically walk into a bank branch to freeze my account before I have to pay out, so you still need a solution for the money layer.
> you can trust their generation of the hole cards
You can do trustless generation of hole cards already, as described in my post.
It's unlikely that web3 will solve it; cryptocurrency already exists, and its many serious issues are not going to be solved by a fresh coat of paint or "moar adoption".
If you want an actual solution, look at FedNow. This would enable direct bank account payments, like in most of Europe, with a government-run intermediary in the place of MasterCard/VISA. This changes the censorship situation from "four out of four must accept" to "one out of thousands must accept".
The situation in Europe isn't quite as rosy. SEPA is a huge PITA, usability wise, and closer to US ACH transfers; and so most countries have their own special sauce online payment solution that serves as central point of failure for that country's customer base. Belgians use Bancontact, Austrians use EPS, Germans use giropay, Dutch use iDEAL, … or, more often, don't, and just use Paypal or credit cards anyway, since it's so much of a hassle.
And even if you wanted to implement all these systems, it's so much effort that you're back to relying on payment providers like Stripe, realistically.
SEPA isn't great, but there exist functioning country-wide systems as you mention.
> And even if you wanted to implement all these systems, it's so much effort that you're back to relying on payment providers like Stripe, realistically.
No. Payment providers like Stripe have to comply with the rules placed upon them by the card networks. If you only have to deal with European payment systems + FedNow, you don't have to worry about things like the MATCH list. This removes 95% of the censorship issues.
> SEPA isn't great, but there exist functioning country-wide systems as you mention.
Great, except each country is tiny and cross-border commerce common, so you end up having to implement all of them…
Or, much more likely, you give up and just go with Paypal + Credit Cards again, especially since more and more banks in Europe are rolling out Mastercard Debit as their regular banking card (on top of Apple Pay and whatever Google is pretending to be supporting today), making credit/debit card payments more popular than ever.
> If you only have to deal with European payment systems + FedNow, you don't have to worry about things like the MATCH list.
I'm not aware of any payment provider that gives me all European networks, but not credit cards.
Not that it would be helpful, since most people use credit cards anyway.
> This removes 95% of the censorship issues.
Together with 95% of your customer base, realistically.
> Great, except each country is tiny and cross-border commerce common, so you end up having to implement all of them…
Yes, and this can be done by software firms. You don't need to roll your own solution, but taking the payment networks' fees out of the equation drastically reduces costs.
> I'm not aware of any payment provider that gives me all European networks, but not credit cards.
That's true, since most sellers can access credit cards. But for EU-only sellers of "sensitive products", of course there is a market. (It's an open question if people on the MATCH list can use those payment providers as long as they don't accept cards.)
> Together with 95% of your customer base, realistically.
Most people where I live are comfortable using mobile payments and use it on a regular basis. I see mainstream retailers offering to take it (alongside cards) very often.
The US is not the world and the rest of the world is certainly not on FedNow, and never will be.
At least with stablecoins like USDC on Ethereum, Stellar, Solana, etc it is available today 'right now', worldwide, 24/7 and with instant, same day transfers with low fees.
I wonder why USDC is currently being used on these blockchains today from all over the world, 24/7 in the billions of dollars daily and has been integrated into business like MoneyGram, Stripe, VISA and Coinbase Commerce and even the United Nations using it for donations and humaritarian aid, who are not 'Nobody'.
"Nobody" is using FedNow 'right now', and there is a obvious reason why nobody outside of the US cannot use and will never use FedNow.