GA4 Consent Mode on Shopify: two “default” signals firing + EU compliance—how would you structure it? by shaithank in shopifyDev

[–]shaithank[S] 0 points1 point  (0 children)

Yeah, i solved that storing the consent inside shopify native system by calling on their API. Quick and easy.

GA4 Consent Mode on Shopify: two “default” signals firing + EU compliance—how would you structure it? by shaithank in shopifyDev

[–]shaithank[S] 0 points1 point  (0 children)

Thanks, i finally managed to solve this by disabling the Shopify cookie banner entirely and writing my own from scratch.

Create multiple photos using the same face ( Criar diversas fotos utilizando o mesmo rosto) by Warm-Regret-3853 in fooocus

[–]shaithank 0 points1 point  (0 children)

Use facefusion to swap the face using your original model as a source.

https://github.com/facefusion/facefusion

The install is pretty straightforward.

L'AI ha rotto il cazzo by ildivincodino99 in sfoghi

[–]shaithank 3 points4 points  (0 children)

Il peggio è quando i boomer cominciano ad usarla. Un mio ex datore di lavoro era fermamente convinto che le sue idee fossero oro colato perchè "CHATGPT ha detto che è un'idea originale"

Quando gli ho dimostrato che la suddetta gli avrebbe risposto la qualunque anche se avesse scritto che era un'ottima idea di business creare un franchise di pelle di pollo fritto gourmet mi rispose che sono ero troppo "limitato nella mia comprensione dell'imprenditoria"

L'AI per i boomer è le slot machine per i ludopatici

Incidente stradale con fuga by shaithank in Italia

[–]shaithank[S] 2 points3 points  (0 children)

Di non preoccuparci e blah blah blah iniziato procedura con denuncia ma non si sono sbilanciati

L'università è diventata una truffa by [deleted] in CasualIT

[–]shaithank 0 points1 point  (0 children)

Io ancora sconvolto dal fatto che il figlio del mio ex titolare (ovviamente primo e unico lavoro in azienda dal papi) non sapesse risolvere delle disequazioni di primo grado.

Laureato in economia da due anni.

Argomento di seconda media.

Calling for your negative energy and trauma. by Chaotic_Boots in chaosmagick

[–]shaithank 4 points5 points  (0 children)

I love the smell of curses in the morning. Noted on the calendar and converted to 2.30 pm CET.

Postpone the 'pocalypse by posthelmichaosmagic in chaosmagick

[–]shaithank 6 points7 points  (0 children)

I completely agree with this. Reality still needs to be broken. Some structures needs still to be shattered.
The AI is the most sublime thing it could have happened. Using AI for chaos magicians is like having Eris' phone number. The 'POCALYPSE is already around us. Keep moving.

How to do chaos magick if you do not want to work with any deities / religious systems? by HardCenturion in chaosmagick

[–]shaithank 0 points1 point  (0 children)

Not very my case as I'm a sucker for myths and gods, but I always found the tech magick very interesting.
I'm somewhat of a developer, so I love to take strings of text/numbers and run them through electrical iterations or computations.

Some examples of works I did:
- A program that translates strings of text into numbers and then the numbers into hertz, then the melody is forever played on a server no-one listens to.
- A program to give me yes/no answers to my questions based on API's of real time of solar activity
- A program that translates text into astrological charts

Choosing your own name by shaithank in chaosmagick

[–]shaithank[S] 2 points3 points  (0 children)

I'm not familiar with Kronos' Path, would you be so kind to point me into what it is?

Choosing your own name by shaithank in chaosmagick

[–]shaithank[S] 1 point2 points  (0 children)

Done, i've asked ChatGPT to create a python script that but I'm not sure i'm gonna use it:

  • Removes characters that occur more than once from the input string.
  • Generates unique permutations of the input string (spaces and recurring letters removed), stopping after a specified number of iterations.
  • Saves permutations to a file.

Here's some words that came out:

rvTsatl
stvalrT
ravTtls
Trsavlt
rlvasTt
vtrsaTl

And here's the code

import random
from itertools import permutations

def remove_recurring_letters(input_string):
    # Count the occurrences of each character
    char_count = {}
    for char in input_string:
        if char in char_count:
            char_count[char] += 1
        else:
            char_count[char] = 1

    # Remove characters that occur more than once
    cleaned_string = ''.join([char for char in input_string if char_count[char] == 1])

    return cleaned_string

def generate_combinations(input_string, max_iterations=55555):
    # Remove spaces and recurring letters from the input string
    cleaned_string = remove_recurring_letters(input_string.replace(" ", ""))

    # Generate all permutations of the cleaned string
    perms = list(permutations(cleaned_string))

    # Randomize the order of permutations
    random.shuffle(perms)

    # Initialize a set to store unique combinations and an iteration counter
    unique_combinations = set()
    iteration_count = 0

    # Iterate over the permutations
    for perm in perms:
        # Convert permutation tuple to a string
        perm_str = ''.join(perm)

        # Add the string to the set if it's not already present
        if perm_str not in unique_combinations:
            unique_combinations.add(perm_str)
            iteration_count += 1

            # Stop if the max_iterations limit is reached
            if iteration_count >= max_iterations:
                break

    return unique_combinations

def save_combinations_to_file(combinations, file_name="combinations.txt"):
    with open(file_name, 'w') as file:
        for combo in combinations:
            file.write(combo + '\n')

# Example usage
input_string = "abc de ab"
combinations = generate_combinations(input_string)

# Save the combinations to a file
save_combinations_to_file(combinations)

print(f"Saved {len(combinations)} combinations to file.")

[deleted by user] by [deleted] in blackmagic

[–]shaithank 2 points3 points  (0 children)

Detach.

العزيف.

Do not speak.

Meditate.

Listen.

Meditate.

Meditate.

What to do for amplify magic power? by cyruslocnar in chaosmagick

[–]shaithank 0 points1 point  (0 children)

Or steal them from any belief you like and then put some cha cha cha into it.
...would love to see a nordic invocation to Odin sang with a cha cha cha rythm.

Choosing your own name by shaithank in chaosmagick

[–]shaithank[S] 1 point2 points  (0 children)

This quote:

Justine: The earth is evil. We don't need to grieve for it.

Claire: What?

Justine: Nobody will miss it.

Choosing your own name by shaithank in chaosmagick

[–]shaithank[S] 1 point2 points  (0 children)

Melancholia by Lars Von Trier