diablexical

joined 1 year ago
[–] diablexical@lemm.ee 1 points 11 hours ago (2 children)

Not necessarily that it’s producing none or not enough

You are confidently incorrect.

[–] diablexical@lemm.ee 4 points 2 weeks ago (1 children)

Joke is going over my head can you explain?

[–] diablexical@lemm.ee 5 points 2 months ago

It is, eg lidocaine patches. It has to be injected to really do much. Not aware of any injectables that are over the counter.

[–] diablexical@lemm.ee 15 points 2 months ago

The betting odds are 96% that they’ll debate. No need to sell a bridge, you stand to gain 25 to 1 if theres no debate. You are way off what the market predicts.

[–] diablexical@lemm.ee 2 points 3 months ago

Its part of wada rules to which the ioc is compliant? Drug test results for these organization are often published, at least they are for my powerlifting org

[–] diablexical@lemm.ee 4 points 3 months ago* (last edited 3 months ago)
[–] diablexical@lemm.ee 3 points 4 months ago (1 children)

Plenty of knowledge/skill derived wealth - Eg TSMC, aerospace, software.

[–] diablexical@lemm.ee 6 points 4 months ago (7 children)

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 3 points 4 months ago

That’s by intentional design choice though.

[–] diablexical@lemm.ee 15 points 4 months ago (3 children)

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 6 months ago (5 children)

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?

view more: next ›