When you forget to set a boundary conditions in your logic

hypnotic_nerd@programming.dev to Programmer Humor@programming.dev – 357 points –

915 days a year πŸ˜‚

This is a screenshot short of my kucoin account that have me a year wrap

42

You are viewing a single comment

It's cryptocurrency. What did you expect. THAT garbage is bound to be poorly coded.

It's an exchange, not a cryptocurrency.

Check your facts before you start the hate train.

Also, most cryptos have state of the art programming. They have to, because any little hole or vulnerability puts millions or billions of dollars at risk.

Ah yes, the most secure code possible: brand new, closed-source, and written by the lowest bidder.

If you're talking about the exchanges, sure. If you're talking about crypto, all of the major cryptos are open source.

There's no lowest bidder here, how'd you even come up with that?

People employed in crypto are usually very well paid, because they have to be good at their jobs.

The absolute majority of cryptocurrencies is fully open source.

Seriously man, educate yourself before spitting nonsense.

Edit: I'd appreciate if anyone downvoting me provided their reasons for doing so, preferably with sources to back them up. I'm happy to provide examples to back my arguments up if requested.

Website: "915 days in a year", you: "they are well paid and good at their job". Anyone seeing your comment: 🀨

Anyone reading the thread would understand that I'm talking about crypto, not exchanges.

Well done though, peak comedy

State of the art programming, all with the goal of scamming people.

Crypto programmers don't "have" to do anything because they are working on an illegitimate, unregulated security.

Have you heard of Indian call centers? Let's ban phones, let's ban email, let's ban gift cards, let's ban bank accounts.

The fact that the technology is also being used to scam people doesn't mean that the whole thing is bad. There are numerous use cases beyond illegal activity, and you focusing on a tiny fraction of the whole thing just shows that you don't actually want to understand, but that hate is your only way of expressing, that you don't understand it.

Here, read up. They've got studies and sources for their claims.

Scam call centers are illegal and get shut down often. Great example if you want to somehow convince people that crypto isn't a scam.

I think they meant call centers in general, for legal sales. No they didn't I'm wrong

So you're saying that scamming through crypto isn't illegal and that the people behind it don't get caught?

You're comparing apples and oranges, it doesn't work like that.

Crypto is the "phone" or "email" from my example, it's just a medium.

So yeah, good job showing you don't understand how it works

What's your endgame here, you need us to buy shitcoins you lost money on or something?

Nice, well done, let's attack me personally instead of having a conversation. That will get you far in life.

You feel attacked because you lost money on crypto scams? That sucks.

I feel attacked because you attacked my integrity instead of trying to have a useful conversation.

That's fine though, people are scared of things they don't understand, that's a well known fact.

Have fun falling behind

Last time I checked all of those had real world value before the scams started.

For cryptos, it seems to be the other way around. They are trying to solve issues at the cost of having issues that are unacceptable and unfixable.

It may seem like it, but it sure isn't like it. You'll obviously hear about the bad and nothing about 5he good, unfortunately that's how media works nowadays.

Do you want to elaborate on those issues that are unacceptable and unfixable? I'm not saying there aren't any, but you're describing a trade-off, and crypto isn't the only thing in the world with trade-offs.

Fiat is a great example - conveniet, nice, until it starts hyperinflating, until people use it to fund wars, until the government confiscates it because you insulted a politician on Twitter.

From scams to just cyber attacks with no safe guards would make everything impossible to handle. There is no bank covering you or insurance. People dying, losing keys etc drive deflation. BTC/Mining coins are destined to die. Maybe there is something there, but it certainly isn't finance.

Inflation is necessary for multiple reasons, but you can read on that yourself. Such as; what would happen if everyone considered holding to money an investment? IMO these facts make Fiat sound so much better...

no safe guards

That's the point.jpg

You're free to hold your crypto on an exchange, you're free to buy a hardware wallet and do your due diligence when confirming transactions, you're free to create a multisig for your coins and tokens to introduce multiple factors for signing.

But it's your choice.

people dying, losing keys

That's on them, it's like stuffing money into a mattress and not telling your family.

mining coins are destined to die

Mining's not great for sure, but "destined to die" makes no sense.

Inflation is necessary so that people spend the thing

That's kinda funny, because in the case of Ethereum, the deflation comes from people using and spending Eth on gas.

I'm also not saying that Ethereum is the perfect currency to replace fiat, the utility there comes from everything that's built on top of it.

Widen your horizon, crypto isn't just a medium for payments.

That is the problem. 1 Fuck up and your money is gone. Whether that is someone else, you, CVE, it's gone and everyone elses in that network.

By death I was wrong; Difficulty wont kill a coin. Though that then has other issues.

I doubt you understand how bad deflation is for a currency, or you are in this for the money?

Hardware wallets are safe, multisigs are safe. You can be safe if you put in the effort. If you don't want to do it, that's your call, doesn't mean the system sucks.

Yeah difficulty is adjusted depending on how many "devices" (simply put) are mining, the target is a specific blocktime.

What's gonna kill bitcoin is the ever decreasing issuance, but that's not the problem of crypto nor mining for that matter, just bitcoin.

Have you skimmed over the point that I think that Ethereum (one of the few sustainably deflating cryptos) isn't just a currency but also a base for other things that may also serve as a currency?

Also, it's not bad for the currency itself, just for the economy around it. And again, I'm not saying Ethereum should replace the dollar.

I think I just fundamentally disagree with the system then. I don't think that the user should be completely responsible for being hacked. The 2FA wallets like metamask still seem to be "hosted" on the computer, so after the user types in the 2FA the private key is exposed. Basically too much complication.

Also the cost for using that tech is also a problem, otherwise the blockchain? size will become too large. But beyond that my knowledge is limited. I guess we just disagree on the fundamentals.

Metamask isn't really a 2FA wallet, it's what's called a hot wallet (yes, something where the private key is exposed). It's really dumb to keep a lot of funds on there, since anything goes wrong and everything is gone.

That's what: a) hardware wallets are for - the private key is stored on a dedicated device (in a secure element), which it never leaves. The only thing going in are "messages" and the only thing going out are said messages signed with the private key. So a super small attack surface.

They're sometimes still vulnerable but you usually have to have insane tooling and physical access to the device, the ones that most people use though (Ledger) are not.

b) multisigs - a virtual wallet which requires X out of Y signers to execute a transaction. It's a very safe solution for long term storage. You could have, for example, 2 hardware wallets set up as signers, while keeping at least one of the wallets in a bank safe (or another safe location). The surface for attacking the multisig is near non-existent at that point.

Sure, it's inconvenient, but it's a trade-off.

cost for using that tech

Very much depends on what you're using. There are "layers 2s" running on top of Ethereum, which "work" the same as Ethereum does (from the point of the user) but cost cents or tens of cents to use per transaction (compared to dollars to tens of dollars for transactions on Eth).

So don't agree with cost being a problem.

size will become too large

Btc is growing at the rate of ~2mb/10 minutes (very roughly), the chain uses up around 550GBs after 15 years, which is honestly nothing, especially at the rate that storage costs are going down.

Ethereum is quite a bit bigger, at over a terabyte (when you use geth, but think other clients have brought it down a bit), but that's still very easily manageable.

The devs are also working on size-reduction stuff like state expiry and others, but I'm not too well informed on that.

Hope that addresses your concerns.

Btw thanks for having a conversation and trying to learn, I don't care if you agree or disagree, I just don't want people to blindly hate something I care about without understanding it.

No problem, I see that the systems have developed and thanks for the explanations. Mainly my issue is user incompetency, which is a problem that has to be fixed. Less of a technical limitation, but more "software political". You shouldn't need to know anything about security practices to be safe IMO. The exact issue is also with Linux desktop.

In terms of the chain sizes, I doubt the growth would be that small if it had actual use. When also talking about integrating cryptos into a proper currency, the loss of coins, deaths of users, corrupted disks need to be taken into account. There needs to be some inflation on a coin for it to work in an economy, but I'm not too familiar with economics. Scalability is always an issue that pops up too, but I don't know much about it.

I get you responded to these already. Just more of a summary!

1 more...
1 more...
1 more...
1 more...
1 more...
1 more...
1 more...
1 more...
1 more...
1 more...
1 more...

It's an exchange for a cryptocurrency of the same name I did my homework

It's an exchange where you can exchange a token of the same name (their token). The primary purpose is not for that token, it's mainly known for being an exchange.

You'd get an F then mate.

The fact that they have a token is in no way relevant to the fact that we're talking about an exchange here.

I dunno, been seeing quite a few posts from https://indieweb.social/@web3isgreat that do kind of give a bad impression…

Yeah, you hear about the things that go wrong and not about the ones that don't.

I'm not saying everything is perfect, obviously it isn't, but the people on here are talking about how incredibly shit it is without any redeeming qualities, which just simply isn't true. It's harder to prove a negative (that things aren't bad), especially since nobody's gonna write a "no protocol got hacked today, $x billion is safe" article.

1 more...
1 more...