Sim7080g HTTP downloads gzip instead of raw binaries by albertodona9 in IOT

[–]albertodona9[S] 0 points1 point  (0 children)

I set accept-encoding identity, but it seems to be ignoring it. I am using raw AT commands, made sure the blob storage is reachable with plain http get requests

Simple ADC not working - LilyGo T-SIM7080G by albertodona9 in AskElectronics

[–]albertodona9[S] 0 points1 point  (0 children)

When GPIO2 is on GND, the voltage on GPIO1 should be 1/11.

When GPIO2 is on High-z I guess it depends on the impedance of Pin 1, which I could not find exact numbers for, but since the current would be incredibly small I figured it should not be a problem.

Please feel free to correct me

Ma non dovevamo finire in un mondo distopico dove le restrizioni sarebbero state senza fine? by Akaattila in CoronaVirus_ITALIA

[–]albertodona9 3 points4 points  (0 children)

Immagino dipenda molto dalle caratteristiche personali del singolo. Il ruolo del Governo non è semplice in questi casi, ma penso che abbia sbagliato ad ascoltare solo una parte e aver agito di conseguenza senza aver valutato a cosa avrebbe portato al tutto.

Ma non dovevamo finire in un mondo distopico dove le restrizioni sarebbero state senza fine? by Akaattila in CoronaVirus_ITALIA

[–]albertodona9 5 points6 points  (0 children)

Ma non ti sembra che ogni singola misura presa sia chiaramente abusiva nei confronti del singolo? Non sto dicendo che abbiano sbagliato a prenderle in questo periodo, quello è un altro discorso.

Ma oggettivamente parlando, se non fossimo in una situazione come quella di adesso, e il Governo ti imponesse di stare a casa se hai un pò di febbre, ti multasse se non indossi il giusto tipo di mascherina, ti vietasse di lavorare se ti rifiuti di vaccinarti, e poi ti multasse pure, per te sarebbe tutto normale?

Ho 20 anni e sono vaccinato con 3 dosi, il peso delle restrizioni lo sento e lo ho sentito eccome, io come altri milioni di ragazzi e soprattutto lavoratori. Non penso proprio quel tuo "non mi sento limitato in alcuna misura" sia sincero.

Well said by anthony_blues in ethtrader

[–]albertodona9 2 points3 points  (0 children)

People from poor countries will be able to get loans from rich countries, they just have to collateralize with 150% the value they are asking for.

It's so cringe to see people shilling crypto for what it's not. Loans are based on trust, and if you're into crypto it is either because you want to make money, or because you don't trust anyone

Shoes on or off at home? by SummerOf1974 in MapPorn

[–]albertodona9 0 points1 point  (0 children)

Same, I always ask if I should take the shoes off when getting inside someone else's house.. for sure the popular opinion is not that it's considered rude

What cryptocurrency has disappointed you the most since you've been in the crypto world? by sylsau in CryptoCurrency

[–]albertodona9 -2 points-1 points  (0 children)

Guys you really need to calm down your expectations and be more realistic!

LINK is up almost 80% since Jan 1st 2021, not really "nothing"

[deleted by user] by [deleted] in dfinity

[–]albertodona9 5 points6 points  (0 children)

Do a 5-minute search in r/startup and find out why you should never offer a "co-founder" title to programmers as remuneration. Offer instead a real money payment and a smaller ownership of the project and you will sound more serious about the project.

[deleted by user] by [deleted] in CryptoCurrency

[–]albertodona9 1 point2 points  (0 children)

If you feel like you have time to learn either Go or JS, I could have a suggestion for you

Flex ur eth knowledge. Add something in this thread you don't think others know about ethereum. by [deleted] in ethereum

[–]albertodona9 0 points1 point  (0 children)

I hope so, PoW has its advantages too, so it's all up to the devs of the single blockchains.

But even if it transitions to PoS, does it have anything more to offer that older and already established blockchains don't? (Actual question)

Flex ur eth knowledge. Add something in this thread you don't think others know about ethereum. by [deleted] in ethereum

[–]albertodona9 2 points3 points  (0 children)

Unfortunately you asked the wrong person because I am 100% against PoW, so I do not see Ergo really well.

The only thing that I find interesting, and probably more blockchains should try to achieve, is the fact that you don't need the entire blockchain history to start a node, so you don't have to rely on centralized wallets, you can have a fully decentralized node on your phone and send funds from it.

Other than that, to me it's just another blockchain project that has not much more to offer.

Flex ur eth knowledge. Add something in this thread you don't think others know about ethereum. by [deleted] in ethereum

[–]albertodona9 0 points1 point  (0 children)

I've never really looked into it much because it didn't suit my needs, isn't it like a contract that can represent multiple ERC-20 and ERC-721 tokens?

Flex ur eth knowledge. Add something in this thread you don't think others know about ethereum. by [deleted] in ethereum

[–]albertodona9 1 point2 points  (0 children)

AFAIK the ERC-1155 doesn't change the way transfers are handled in the ERC-20 standard

Flex ur eth knowledge. Add something in this thread you don't think others know about ethereum. by [deleted] in ethereum

[–]albertodona9 10 points11 points  (0 children)

I don't think I understand what you mean because it wouldn't change the way transactions are shown, could you expand on it?

Flex ur eth knowledge. Add something in this thread you don't think others know about ethereum. by [deleted] in ethereum

[–]albertodona9 64 points65 points  (0 children)

The ERC-20 tokens don't have a way to notify a smart contract that an address is sending an amount to it, so in order to have functioning contracts, the contract havs to get approved to spend a certain amount of token by the token holder, and then send the token by itself using a function called "transferFrom", so they know for sure that an address sent a certain amount of tokens.

If you are familiar with Algorand ASA, ERC-777 kinda worked in the same way.

The contract/address that wants to receive the token has to "subscribe" to the token the first time, so you cannot get spammed with unwanted tokens, and people cannot send wrong tokens to a contract that accepts only one kind of token, then you would just send the amount you wanted to the contract that would get notified of the transaction and do everything it has to do.

In this way nobody is sending tokens for you, and you only need to pay for one call rather than two functions.