pull down to refresh

132 sats \ 0 replies \ @nullama 12h \ parent \ on: Stacker Saloon
I think that even though reality might be "continuous", to use it as an information system then we would need to measure it, and that would collapse the wave-function, effectively making it "discrete".
This made me think of oral languages.
These languages don't have a written form, so they might pose a challenge to AI. In theory a system could be trained to pick up the audio cues, but maybe it would miss the subtleties of the speaker.
ThinkPads are such nice laptops
I used to like the XPS line of Dell as well, but for some reason they're gone now.
I guess it depends on the country, but any "official" translator still gets paid. Things you need for government, etc, for example translating your drivers license to the local language, etc, they usually need to be done with a registered translator.
Of course that's a small pool, but there's still need for human translators.
They say:
Point of Sale (POS)Receive physical payments and from exchanges quickly.
So I would assume that the customers can also send sats from a node without the card. They have support for Lightning Addresses.
Quite interesting.
Had a look into the Argentinean company from the video, lacrypta, and they make some cool open source projects, like a discord bot that takes Bitcoin as payments, and here's the project from the video: https://github.com/lawalletio/mobile-pos
They sell "rechargeable cards" with the logo of your company or whatever you want, which is quite cool:
Provide a payment solution with customized rechargeable NFC cards. Take your branding to the next level with our international cards.
I saw that in their web site they claim to have mined block 755100
Mined block #755.100
A quick check reveals it was mined by Foundry USA Pool, which means that they were probably mining in that pool and just happen to have mined the actual block for the pool. I guess they would have preferred to solo mine :)
Also worth thinking: "What Got You Here Won't Get You There", which is a book from Marshall Goldsmith that talks about the next step.
If they are not lending coins, what's the business model of piggy?
How do they make money to pay for the infrastructure, your salary, etc?
Are you the only employee?, it seems you put half of what they store at the moment (2.02 Bitcoin in Treasury)
A couple of questions:
-
How does this 3rd party lock their coins?, using Timelock? or simply not giving them back to you when you ask for them?
-
Why do they need "a small fraction kept hot for liquidity."?, are they lending your coins?
-
Have you seen the real, actual address where you send your coins?, that's usually different to what loaning companies show in their dashboard, and you can see when they start moving your coins out.
I think there's a balance between not consuming extra stuff, and stopping trading for necessities.
I don't think we need everyone to make their own bread. That would be a colossal waste of resources. Some people are great at making bread, cool, they are the bakers. Others are great at designing microchips, etc. That's the whole point of a modern economy.
I do agree that in some places, like in the US in particular, the consumption is just ridiculous.
Having said that, the system is designed for that. If people don't spend their money in things they don't need, then it's hard for a company to grow, say, 10% every year. And that's what makes the gains in the stock portfolios, the index funds, etc. Basically any investments that people have.
I get where they're coming from. A bit like how the www was back in the 90s and 00s. Full of potential, and mostly used by "certain type of people" who kept things interesting.
Now, the web is basically mainstream for over a decade, which brought the masses into it. Access is great, but it kinds dumbed down and commercialized the whole thing.
But Bitcoin is different, really. It's money. Of course it should be as big as possible. It should be mainstream, and used by anyone in the world.
I guess they're talking about the discussion about Bitcoin. Which kinda goes to the previous point I made about the www. But that's a different thing.
You could do that, but QR codes have error correcting information, so it's way more robust than OCR.
One of the main devs is in the front lines...
And now they have to do much more extra work to support Android 16 because Google didn't release the code for the devices...
Seems like a bad time for the project, but they're continuing.
I think in the end GrapheneOS will need to use their own OS, and hopefully their own hardware. They tried doing the hardware bit some time ago but it didn't end up working for some reason. Maybe it's a good time to revisit that.
In terms of the OS, they discussed this a bit and the long term plan is to use something along the lines of Redox
We have a brain.
Yes.
The brain is a biological computer
Not necessarily in the same way we know computers. We still don't really fully understand how the brains works.
I will leave this quote here:
All computers are information-processing systems, but not all information-processing systems are computers, and the human mind is an information-processing system that is not a computer.
This article explains the point further, focusing on the views from Alan Turing, the father of theoretical computer science.
OK, cool, it makes sense. I thought there was something wrong. I just need to configure this a bit more. Thanks for the reply.
mmm, I actually have an issue with SN and phoenixd when making payments.
It seems that SN sends an OPTIONS HTTP request when trying to pay an invoice, which phoenixd replies with
"Invalid http method (use the correct GET/POST)"
If I change the OPTIONS to POST in my localhost test it seems to work fine.
I also am able to manually pay the invoices created in SN, so the only thing wrong seems to be the OPTIONS method in the request, when it actually should be POST.
You're right!, it works flawlessly.
I actually read a bit into it, and you can even get an estimate of the current fees, so, for example, to receive 2m sats, you would have to pay this fee right now:
phoenix-cli estimateliquidityfees --amountSat 2000000 { "miningFeeSat": 1219, "serviceFeeSat": 20000 }
So a total of 21,219 sats for receiving up to 2m sats, which is about ~1%.
phoenixd rocks ⚡
I've seen phoenixd being discussed here quite a bit, and I have a question about it.
It seems great, and it works seamlessly. But, isn't it a bit too expensive to actually use it?
Having to pay 2m sats (~2k USD) to open your first channel seems massive. And any sats you send to it are basically trapped until you send at least 2m sats, which will go to pay the fee, so you end up with 0.
Am I missing something here?, or does it really cost about 2 grand USD to use it in practice?