[-] diablexical@lemm.ee 5 points 3 days ago

Nope just ran it did exactly as I said.

gpt output

Full output:

Finding a SHA-512 hash with 12 leading zeros is computationally intensive and typically involves a process known as "proof of work" where many hashes are computed until one with the desired property is found. Here’s an example Python script that performs this task:

import hashlib
import itertools

def find_hash_with_leading_zeros(prefix, leading_zeros=12):
    target = '0' * leading_zeros
    for nonce in itertools.count():
        text = prefix + str(nonce)
        hash_result = hashlib.sha512(text.encode()).hexdigest()
        if hash_result.startswith(target):
            return text, hash_result

prefix = "your_prefix_here"
result_text, result_hash = find_hash_with_leading_zeros(prefix)
print(f"Text: {result_text}")
print(f"SHA-512 Hash: {result_hash}")

In this script:

  • The find_hash_with_leading_zeros function generates a hash for a string consisting of a prefix and a nonce.
  • It iterates through nonces (starting from 0) until it finds a hash with the specified number of leading zeros.
  • Adjust the prefix variable to a string of your choice.

This process can take a long time because it requires computing many hashes until the condition is met.

Would you like to run this script, or do you need further assistance with something specific?

[-] diablexical@lemm.ee 15 points 2 weeks ago

This may be helpful from a cost / gram of protein but its a bit misleading on the grams protein/ 100 g axis for beans - those are the dry bean numbers.

[-] diablexical@lemm.ee 13 points 2 months ago

Game theory is a tough subject, but it would be worth it for you to study to understand how you are acting against your less preferred candidate and helping what should be your least preferred candidate (assuming your ranked choice has the republican nominee below the democratic nominee).

Keep voting for 99% … gets us to the same place

You make it seem as though your protest vote does not also get us to the same place? Many voters have shared your mentality and voted accordingly for the past 200+ years and it’s not made a difference, what makes you think this time things will change?

[-] diablexical@lemm.ee 16 points 4 months ago

When Pubs neglected their constitutional duty to appoint Garland

[-] diablexical@lemm.ee 20 points 7 months ago* (last edited 7 months ago)

Looks like it just matches long term inflation, beats 2023 inflation. Win for workers.

During the observation period from 1960 to 2022, the average inflation rate was 19.0% per year. Overall, the price increase was 1.36 million percent. An item that cost 100 pesos in 1960 costs 1.36 million pesos at the beginning of 2023. For October 2023, the year-over-year inflation rate was 4.3%.

[-] diablexical@lemm.ee 9 points 9 months ago

You have details about her case you’d care to share?

[-] diablexical@lemm.ee 13 points 10 months ago

A June 2013 poll conducted by DPP showed an overwhelming 77.6% consider themselves as Taiwanese.[140] On the independence-unification issue, the survey found that 25.9 percent said they support unification, 59 percent support independence, and 10.3 percent prefer the "status quo." When asked whether Taiwan and China are parts of one country, the party said the survey found 78.4 percent disagree, while 15 percent agreed. As for whether Taiwan and China are two districts in one country, 70.6 percent disagree, while 22.8 percent agree

Taiwan #1

[-] diablexical@lemm.ee 25 points 10 months ago* (last edited 10 months ago)

should have let him win

Actually made me laugh. Guys, democrats just need to let repubs win and not hold elected officials responsible for crimes in office, come on.

[-] diablexical@lemm.ee 11 points 11 months ago

If there’s n of something and n+1 breaks it, then it was broken to begin with.

[-] diablexical@lemm.ee 9 points 11 months ago

I’d push back that US regulatory bodies are strong and successful in some areas and that nuclear power doesn’t necessarily need to fall under regulatory capture. Consider the FAA - not perfect but does a pretty damn good job of keeping the skies safe.

[-] diablexical@lemm.ee 12 points 11 months ago

We limit responsibility for youth, is that bigotry?

view more: next ›

diablexical

joined 11 months ago