Forgot your password?
typodupeerror

Comment Re: "...a few seconds to pay in Bitcoin" (Score 1) 188

Its all just Bitcoins. Lightning works by essentially generating a Bitcoin transaction then sending that transaction to both parties. Then either party can publish the plain Bitcoin transaction whenever they want. This will finalize all payments and essentially close the channel. But everything's still Bitcoin.

There are some downsides to LN, but not being Bitcoin is not one of them.

Comment Re: "...a few seconds to pay in Bitcoin" (Score 1) 188

That's exactly how it works. It takes about 5 seconds for a transaction to show up. Now, depending on the security requirements and value involved, you probably want to wait 30-60 mins for confirmations from miners. But the reality is that initial transaction you see in a few moments is more of a guarantee you will receive the money than a bank telling you they moved the money already.

Comment Supply chain self-hack (Score 2) 33

I had a coworker who used to add lodash and axios to like every project. I had to repeatedly reject PRs that pulled in 50MiB of code to do basic shit JavaScript already does. Like lodash is the source of insane amounts of security bulletins, and all it's being used for is one-line functions. Axios is a monstrosity that (poorly) duplicates the functionality of the web standard fetch API that already does everything you'll ever need.

Anyone using these packages deserves to get hacked.

Slashdot Top Deals

The nice thing about standards is that there are so many of them to choose from. -- Andrew S. Tanenbaum

Working...