Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csumtin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
csumtin
2y ago
I tried using SSE and found it didn't work for my use case, it was broken on mobile. When users switched from the browser to an app and back, the SSE connection was broken and they wouldn't receive state updates. Was easier to do
2.
▲
by
csumtin
2y ago
Soz for the late reply. I think you kind of answered your own question. It's not can't, it's won't as you are willing to add tipping but not a paywall to your content :D So for context, we built a lightning paywall(now d
3.
▲
by
csumtin
2y ago
I think another problem with micropayments is competing with free is hard. Say you have the best lightning paywall with an amazing UX where it's super easy and automatic to pay a creator a few sats. Most people assume the problem is us
4.
▲
by
csumtin
3y ago
True although I'm not talking about Ethereum smart contracts, I'm talking about Bitcoin ones which are very limited and not Turing complete. The lightning smart contract is like 20 lines and has been live since 2018, I feel the pr
5.
▲
by
csumtin
3y ago
I'd argue it is a smart contract :) just not a Turing complete one
6.
▲
by
csumtin
3y ago
If bankB is hacked, bankA still gets their money back or the payment is sent to bankC. So I still think the counterparty risk is eliminated between bankA and bankB
7.
▲
by
csumtin
3y ago
I think the bank failing risk is eliminated, if it fails the forwarded payment is unlocked so bankA gets their money back.
8.
▲
by
csumtin
3y ago
I realise that this might seem a bit niche but we can use this to create a payment network(like visa). This system is better as the nodes in the network don't need to trust each other. Cast your mind back to 2008 and hopefully this mea
9.
▲
by
csumtin
3y ago
USD doesn't have smart contract abilities so yes you are correct about trusting a third party to exchange crypto to USD. You could use a stablecoin but that requires you to trust the stable coin backing.
10.
▲
by
csumtin
3y ago
Explanation: bankA -> bankB -> bankC. bankC creates a secret number, hashes it and sends it to bankA. bankA sends money to bankB locked to hash. bankB can't get money until they have that secret number. bankB sends money to bankC
11.
▲
by
csumtin
3y ago
Correspondent banking. So say a bank in the States needs to send money to one in Spain. They may not have a relationship, so they go through an intermediary bank. You can use a smart contract to eliminate the trust in the intermediary bank,
12.
▲
by
csumtin
4y ago
Just posting here too, I've plugged into evdev to remap keys so the keybindings work on all apps and in gnome Wayland. https://github.com/csumtin/cua
13.
▲
by
csumtin
4y ago
In regards to point 1 about keybindings, I've used evdev to get something similar to Mac(my alt is CMD). https://github.com/csumtin/cua