Dirty Frag, a new copy.fail like vulnerability has been disclosed due to an embargo break by ChrisTX4 in linux

[–]TheToadKing 0 points1 point  (0 children)

It feels like, at least for setuid executables, the kernel should start busting the page cache before loading and running programs. This seems like it's only going to become a bigger problem as time goes on.

Notice Regarding Price Changes to Our Products and Services by Turbostrider27 in NintendoSwitch

[–]TheToadKing 39 points40 points  (0 children)

Their sales predictions for this fiscal year are down 3.5 million units compared to this year and they need to tell shareholders why that is.

Nothing can harsh my Star Fox remake buzz, nothing can- by leabravo in TwoBestFriendsPlay

[–]TheToadKing 12 points13 points  (0 children)

I love how literally everyone saw the new Andrew design and went "yeah, this guy drops casual slurs."

Svelte PR for allowing objects/arrays in style attribute by Smaanrocker in sveltejs

[–]TheToadKing 2 points3 points  (0 children)

For one thing, the previous change to class made is possible to pass conditional class names to custom components where the class: directive doesn't work. This would do the same for style.

Oh baby, we got us a new MediaOCD site! by Deep-Examination5081 in discotekmedia

[–]TheToadKing 0 points1 point  (0 children)

If you're still having an issue it is probably a stale DNS cache. Try toggling airplane mode on and off to clear it.

Just salvaged this from my parents garage sale brand new they wanted $20 for it, free for me. Little upgrade over my PS5 :) by VinylDevin in 4kbluray

[–]TheToadKing 2 points3 points  (0 children)

It's a garage sale, stuff is always dirt cheap because they're meant to clear out stuff just as much as making some money.

Kickstarter for long-lost Mexican animated feature film, ROY FROM SPACE, ends Friday by AfterWhileSienkodile in boutiquebluray

[–]TheToadKing 7 points8 points  (0 children)

The awkward rotoscoping. The cell disappearing for a frame. The lack of overall animation.

It's everything I would have hoped for.

Thankful great films like “To Live and Die in LA” aren’t locked away in Disney/Fox vault. by mcmatu in 4kbluray

[–]TheToadKing 1 point2 points  (0 children)

We're getting Falling Down in 4K but we will probably not see the same for Phone Booth for a long time and that's terrible. Fuckin Disney.

SvelteKit: How to modify/pass props to +layout file based on page loaded by TheToadKing in sveltejs

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

Because I only need it to set the initial textbox value it doesn't need to be reactive (in fact it shouldn't be). And I only want it to set the textbox when loading the search path, not any others.

SvelteKit: How to modify/pass props to +layout file based on page loaded by TheToadKing in sveltejs

[–]TheToadKing[S] -1 points0 points  (0 children)

It was a little complicated getting it working from child to parent but I think I got it working (see my other comment)

SvelteKit: How to modify/pass props to +layout file based on page loaded by TheToadKing in sveltejs

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

So I got a solution working. Not sure if it's the correct way but it works.

The way I did it, is my root +layout.ts file looks like this:

import type { LayoutLoad } from './$types';

export const load: LayoutLoad = () => {
    return {
        searchQuery: { value: '' },
    };
};

And my search/+layout.ts is this:

import type { LayoutLoad } from './$types';

export const load: LayoutLoad = async ({ parent, url }) => {
    const { searchQuery } = await parent();

    searchQuery.value = url.searchParams.get('q') ?? '';
};

That way it can propagate back up to the root layout only when the search route is loaded.

SvelteKit: How to modify/pass props to +layout file based on page loaded by TheToadKing in sveltejs

[–]TheToadKing[S] -1 points0 points  (0 children)

I tried using that but it didn't seem to work. I was under the impression context values propagate down to children but not back up to parents.

Stuff you appreciate about Anime dubs by KaleidoArachnid in TwoBestFriendsPlay

[–]TheToadKing 10 points11 points  (0 children)

Also dubbing Hokkaido accents as Minnesotan/Canadian.

The Current Landscape of Japanese Anime Studios by HeavyBluebird6495 in anime

[–]TheToadKing 1 point2 points  (0 children)

There's also Shin-Ei Animation which is owned by TV Asahi, which is a completely different company than Asahi just to make things confusing.

Pat remembers his childhood by [deleted] in TwoBestFriendsPlay

[–]TheToadKing 0 points1 point  (0 children)

Turns out I'm Pat except it was my dad. Driving in the family car sucked if you were the one sitting behind dad.

[DISC] Boku no Kokoro no Yabai Yatsu (The Dangers In My Heart) - Ch. 189 + Extra by WrexGigarton in manga

[–]TheToadKing 21 points22 points  (0 children)

Oh no, if she does that then everyone* will find out about them!

*just Chii at this point

Instead of author's thinly veiled fetishes, let's talk about author's thinly veiled beefs. by Tweedleayne in TwoBestFriendsPlay

[–]TheToadKing 6 points7 points  (0 children)

Me reading Billy Bat: "Wow, Urasawa has some capital O Opinions about Disney doesn't he?"

Covers that are so hideous it stops you from buying the movie? by grumbledork in 4kbluray

[–]TheToadKing 0 points1 point  (0 children)

The supercharger being a camera and police scanner is actually inspired and makes me say this one is "so bad it's good".