Avatar

__dev

__dev@lemmy.world
Joined
0 posts • 19 comments
Direct message

All those Europeans towing with their small cars must just be my imagination then.

permalink
report
parent
reply

3000 lbs is well within the towing capacity of a VW Golf with a braked trailer. Not to mention a van.

permalink
report
parent
reply
7 points

It’s a long story. In short: In Latin script u and v were the same letter “u” but had two pronunciations depending on whether it was being used as a vowel or consonant. But when adapting the alphabet to Germanic languages (including Old English) the same two sounds were from two different letters, so they put two "u"s together to make double u: vv.

The full story: https://www.youtube.com/watch?v=sg2j7mZ9-2Y

permalink
report
parent
reply

if youre boiling water, it can be any arbitrary temperature above 100.

That’s not how boiling works. The water heats up to its boiling point where it stops and boils. While boiling the temperature does not increase, it stays exactly at the boiling point. This is called “Latent Heat”, at its boiling point water will absorb heat without increasing in temperature until it has absorbed enough for its phase to change.

There is an exception to this called superheating

permalink
report
parent
reply

100F is a fever; if you’re experiencing those regularly you should go see a doctor.

permalink
report
parent
reply

Distributed ledger data is typically spread across multiple nodes (computational devices) on a P2P network, where each replicates and saves an identical copy of the ledger data and updates itself independently of other nodes. The primary advantage of this distributed processing pattern is the lack of a central authority, which would constitute a single point of failure. When a ledger update transaction is broadcast to the P2P network, each distributed node processes a new update transaction independently, and then collectively all working nodes use a consensus algorithm to determine the correct copy of the updated ledger. Once a consensus has been determined, all the other nodes update themselves with the latest, correct copy of the updated ledger.

From your first link. This does not describe how git functions. Did you actually read the page?

The consensus problem requires agreement among a number of processes (or agents) for a single data value. Some of the processes (agents) may fail or be unreliable in other ways, so consensus protocols must be fault tolerant or resilient. The processes must somehow put forth their candidate values, communicate with one another, and agree on a single consensus value.

From your second this. Again this description does not match with git.

You’re right in that automation is not technically required; you can build a blockchain using git by having people perform the distribution and consensus algorithms themselves. Obviously that doesn’t make git itself a blockchain in the same way it doesn’t make IP a blockchain.

permalink
report
parent
reply

Key word distributed ledger. Git repositories don’t talk to each other except when told to do so by users.

I shouldn’t need to explain why an access key is not a consensus algorithm. Seriously?

permalink
report
parent
reply

Git is not a blockchain. There is no distributed ledger; no consensus algorithm.

permalink
report
parent
reply

TLDs are valid in emails, as are IP V6 addresses, so checking for a . is technically not correct. For example a@b and a@[IPv6:2001:db8::1] are both valid email addresses.

permalink
report
parent
reply