this post was submitted on 09 Mar 2025
241 points (96.5% liked)

Microblog Memes

12025 readers
2881 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

RULES:

  1. Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
  2. Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
  3. You are encouraged to provide a link back to the source of your screen capture in the body of your post.
  4. Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
  5. Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
  6. Absolutely no NSFL content.
  7. Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
  8. No advertising, brand promotion, or guerrilla marketing.

RELATED COMMUNITIES:

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dragonfucker 2 points 1 year ago (2 children)

Nah, it's intentionally energy wasteful in order to control inflation.

[–] WhatAmLemmy@lemmy.world 8 points 1 year ago* (last edited 1 year ago)

Supporting Bitcoin is like supporting the model T to the bitter end... despite a million better options... all of which are a pyramid scheme instead of money.

Monero is the only legitimate crypto I've seen to date. You can tell because most countries have essentially banned all onramps to acquiring it. Can't have anonymous transactions, of anonymous amounts, with anonymous parties... because that would be woke DEI pedo terrorism... ya know, like every cash transaction in history!

[–] sxan@midwest.social 1 points 1 year ago (1 children)

Say what? Which part?

There's a NIP (or several, probably) about Lightning, but all NIPs after NIP-0 are optional. Nobody has to support, process, or transact Lightning. Nodes do no cryptocoin processing, unless they're designed for it, and mostv aren't. It uses cryptography, but so does Lemmy: the "s" in https is for SSL, which is cryptography.

I've run Nostr nodes, and I'll probably use Nostr in my next project as the message broker for a networked game; the protocol is simple, nodes are simple, lightweight, and trivial to run, and most can be configured to federate with whichever set (or no set) of other nodes. It's far easier to run Nostr nodes that don't participate in the whole Lightning cryptocurrency part than it is to make them exchanges.

So, why do you say that it's intentionally wasteful? Matrix and ActivityPub are far more wasteful, aggressively replicating data between federated servers. Even "lightweight" AP nodes are massive consumers of CPU and storage just because of how chatty they are. Nostr nodes are positively eco-friendly by comparison.

[–] dragonfucker 0 points 1 year ago (2 children)

The rate at which new bitcoins enter the economy is controlled. When the processing power of the mining network increases, the difficulty of the mining problem is artificially increased to keep the rate of minting the same. They throw out perfectly good solutions to the problem of creating the next link in the blockchain, to control inflation of bitcoin value.

You'll also notice the difficulty level for this block. The Bitcoin network aims to produce one block every 10 minutes or so. The system is designed to evaluate and adjust the mining difficulty every 2,016 blocks or roughly every two weeks (based on the number of participants). This doesn't always result in a block time of 10 minutes, but it's close.

https://www.investopedia.com/tech/how-does-bitcoin-mining-work/#toc-why-mine-bitcoin

The mining difficulty number represents 2,016 divided by the average time it took to mine one block in the last period, multiplied by the old difficulty level, or:
= Old difficulty x ( 2,016 ÷ average time to mine in the last period )
The lowest difficulty level is 1.0. The higher the number, the more difficult the solution is to find. The difficulty level on Dec. 5, 2024 (measured on December 1) was 102.89 trillion. You might see this published as 102.89T.

They are spending 100 trillion times as many processor cycles on bitcoin mining as is actually required to maintain the network. Every bitcoin transaction could be done at 100 trillionth the current energy cost. The only problem is, it would devalue bitcoins and crash the market like a Venezuelan dollar. So Bitcoin is designed to intentionally flush the energy output of a small country down the toilet to keep itself valuable.

[–] sxan@midwest.social 2 points 1 year ago

Excellent summary. Thanks.