12
Question about studying kanji (self.learnjapanese)
submitted 2 weeks ago by thecheddarcheese to c/learnjapanese@lemmy.ml

I've heard in many places that I should learn to write kanji and their use in vocabulary instead of stuff like readings. Is this true? Is that stuff actually useful or would you be wasting your time learning it?

[-] thecheddarcheese 11 points 1 month 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

12
Where's your fucking rage? (lemmy.blahaj.zone)
submitted 1 month ago by thecheddarcheese to c/hazbin_hotel@lemm.ee
4
submitted 1 month 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)

3
submitted 1 month 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 2 months 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 2 months 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 3 months ago

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

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

ah yes, my favorite dish. t-shirts.

2
submitted 3 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 3 months ago

french miku real

[-] thecheddarcheese 17 points 3 months ago

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

[-] thecheddarcheese 29 points 3 months ago

i assume this is about right

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

The cars universe is in general goddamn weird

[-] thecheddarcheese 10 points 3 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 3 months ago

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

[-] thecheddarcheese 22 points 3 months ago

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

[-] thecheddarcheese 8 points 3 months ago

Why even make a desktop app at this point? I get doing that if it has some inherent advantage over the web version, but why go through the trouble of making another program if it's just gonna be the same but in electron?

view more: next ›

thecheddarcheese

joined 3 months ago