[-] thecheddarcheese 10 points 1 day ago

this reminds me of that one tlc episode where a woman scraped leftover spaghetti sauce from plates to reuse it and made lasagna in a dishwasher or some shit

[-] thecheddarcheese 3 points 1 day ago

Because why not?

11
Where's your fucking rage? (lemmy.blahaj.zone)
submitted 1 day ago by thecheddarcheese to c/hazbin_hotel@lemm.ee
4
submitted 1 week ago by thecheddarcheese to c/vocaloid@lemmy.world

In some songs the vocaloid singing breathes in and out, but I'm not sure how I'm supposed to achieve something like this (i'm more interested in the outbreaths since the inbreaths come as wav files with the vb)

2
submitted 1 week ago by thecheddarcheese to c/pkms

I was looking into rocketbook and it sounds really nice, but I'm not sure if there's an option to save as markdown, which is kind of a dealbreaker to me as I'd like to continue using Obsidian. Does there exist something like that?

1

Hi, I have this function that is supposed to upload a file stream to another page:

async function getData() {
    const vocadata = await fetch('http://localhost:3000/upload/',
        {
            method: "POST",
            headers: {
                "Content-Type": "multipart/form-data",
            },
            body: data,
        });
    console.log(vocadata);
};

The problem is though, no matter what URL I enter in the first argument, it always posts the request to /. How can I fix this?

2
submitted 1 month ago by thecheddarcheese to c/selenium@lemmy.world

I'm trying to get images from a duckduckgo search, this is my function currently

def search(query):
    driver.get(f"https://duckduckgo.com/?q={query}&iax=images&ia=images")
    res = driver.find_elements(By.CLASS_NAME, "tile--img__img")
    while True:
        logger.debug(res)
        if len(res) == 0:
            time.sleep(1)
        else:
            break
            logger.info("Results pulled")

But no matter how long it waits, res always returns empty, and when I tried to do the same with find_element I got a nonexistent element error.

Inspect element on one of the images:

5
submitted 1 month ago by thecheddarcheese to c/piracy@lemmy.ml

Most communities on externally-owned sites don’t allow requesting content, but I assume there’s something somewhere for that purpose. I try to find as much as I can on my own but I need help with something currently so yeah.

9

I'm running it on a 32-bit emulator, maybe that's the issue here? i don't know honestly

[-] thecheddarcheese 27 points 2 months ago

is that a quote from somewhere cause i swear it sounds familiar

[-] thecheddarcheese 12 points 2 months ago* (last edited 2 months ago)

ah yes, my favorite dish. t-shirts.

2
submitted 2 months ago by thecheddarcheese to c/vocaloid@lemmy.world

I've noticed that Len's english sounds a bit wonky, but I'm not sure if it's because I can't tune it properly or if it's just bad. Does engrish sound any better or should I stick to the english bank?

[-] thecheddarcheese 14 points 2 months ago

french miku real

[-] thecheddarcheese 17 points 2 months ago

Making dogs vegan still doesn't sound like a good idea to me tho

[-] thecheddarcheese 29 points 2 months ago

i assume this is about right

[-] thecheddarcheese 74 points 2 months ago* (last edited 2 months ago)

The cars universe is in general goddamn weird

[-] thecheddarcheese 10 points 2 months ago

i honestly don’t see the issue here. kde is free, and the popup really doesn’t seem all that annoying.

[-] thecheddarcheese 9 points 2 months ago

reminds me of that one song, proof that geometric construction can solve all love affairs or something like that

[-] thecheddarcheese 22 points 2 months ago

is this a reference to something that i'm too uneducated to get?

view more: next ›

thecheddarcheese

joined 2 months ago