[-] diablexical@lemm.ee 6 points 1 month 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 5 points 6 months ago

+1 for obsidian! Have you tried out text generator plugin? Uses GPT api's. Haven't gotten into D&D but seems like it'd be a great tool for DMs to help make content.

[-] diablexical@lemm.ee 10 points 8 months ago* (last edited 8 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 10 months ago

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

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

You sorta have to win the war to declare independence.

So mainland China is not independent then?

[-] diablexical@lemm.ee 8 points 1 year ago

They show up in other communities though, when I see a low effort/meme shitpost and check the user it seems the majority are coming from there.

[-] diablexical@lemm.ee 7 points 1 year ago

They show up in other communities though, when I see a low effort/meme shitpost and check the user it seems the majority are coming from there.

[-] diablexical@lemm.ee 8 points 1 year ago

second term of trump will be an order of magnitude worse

How would it be worse, like more of Jan 6? Would you explain what you mean?

[-] diablexical@lemm.ee 5 points 1 year ago

Nah it was always an energy capacity and density per $ issue. Battery technology doesn’t improve as fast as compute but it has followed a steady ~10% yearly increase. Seems that when one tech plateaus another picks up. Solid state will get us to 4-500 mi/charge. Even electric planes will eventually happen.

[-] diablexical@lemm.ee 8 points 1 year 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 5 points 1 year ago

Hello fellow libruls!

[-] diablexical@lemm.ee 8 points 1 year ago

None of this would be an issue if the medical bills were covered by single payer. I learned in other countries there’s no “ambulance chasers” because there’s no reason to have them - a whole parasitic industry nonexistent.

view more: ‹ prev next ›

diablexical

joined 1 year ago