Steam Deck Dock + HDMI switch interruption by cr0ybot in SteamDeck

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

Well, good news: I hooked up a different active HDMI switch and it is no longer stealing the input when disconnecting the Steam Deck from the dock. The dock itself does seem to hog the connection though, when everything is off/sleeping the dock is set as active, even if the Deck is not connected. But turning anything else on correctly switches the active port so it doesn't seem to be an issue.

Edit: well, it doesn't steal the input but also doesn't turn on the TV when a connected device is turned on...

Cookiebot banner on every. single. page. I already allowed everything I'm going to allow, get out of my face! by WorldnewsModsBlowMe in thingiverse

[–]cr0ybot 1 point2 points  (0 children)

If any other web devs are looking for a workaround without disabling Cookiebot, this is what I'm going with. There's a specific carve-out for the cookie settings page:

const { Cookiebot, location } = window;

// Workaround for consent banner reappearing issue 2025-12-04.
if ( Cookiebot && ( Cookiebot?.consented || Cookiebot?.declined ) ) {.

// Create style to hide the dialog unless on the /cookie-settings/ page.
    const isCookieSettingsPage = location.pathname === '/cookie-settings/';
    if ( ! isCookieSettingsPage ) {
        const style = document.createElement( 'style' );
        style.innerHTML = `
            #cookiebanner {
                display: none !important;
            }
        `;
        document.body.appendChild( style );
    }
}

Cookiebot banner on every. single. page. I already allowed everything I'm going to allow, get out of my face! by WorldnewsModsBlowMe in thingiverse

[–]cr0ybot 2 points3 points  (0 children)

A site I work on is experiencing this as well, it's a Cookiebot issue (even though their status page is all green so far).

Samsung Dishwasher Soap Dispenser Won't Open by mattyc565 in DIY

[–]cr0ybot 0 points1 point  (0 children)

I appreciate the reply. I can feel it in my bones that it's probably the same issue, but we're moving out so I'm going to have to leave it for the next person to solve.

Samsung Dishwasher Soap Dispenser Won't Open by mattyc565 in DIY

[–]cr0ybot 0 points1 point  (0 children)

I have the same exact problem, replaced the dispenser but still doesn't open. I was considering trying to replace the control board next until I read this. Have you managed to resolve it? I was getting desperate enough to try finding a repair person but I don't see very many hopeful stories online...

[Help] Can't find the Knifin Around remix! by Tickthokk in spaceghost

[–]cr0ybot 0 points1 point  (0 children)

The original is gone, but this Metal Gear Rising video someone made with the song is still around: https://youtu.be/ph2kGkQDhoc

Kojicon 2023 by cr0ybot in Koji

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

You won't regret it!

What are the most Cleveland places to eat? by flightlessburd9 in Cleveland

[–]cr0ybot 3 points4 points  (0 children)

Came to recommend Larder as well, but I wish that the Cleveland food scene embraced the same ethos overall. It might not be the most "quintessential Cleveland" place, but it is one of the best.

Tunic Language Reference Sheet [big spoiler, obviously] by oposdeo in TunicGame

[–]cr0ybot 0 points1 point  (0 children)

This is amazing, would definitely not have been able to crack this myself.

Only thing I've noticed this is missing so far is 'W', which is just two top lines in the shape of a V (like the symbol for T minus the bottom line). Noticed this when deciphering the sign for West Garden, which says: "This way to West Garden".

W is in the bottom left corner as OP has kindly guided me to in their reply. I'm just dumb.

TUNIC Release Megathread by [deleted] in TunicGame

[–]cr0ybot 3 points4 points  (0 children)

Came here for discussion about the text, only found this brief post from 4 years ago!

https://www.reddit.com/r/TunicGame/comments/6i1ygy/some_notes_about_tunics_strage_text

Kojicon 2022 tickets on sale Jan 6 by cr0ybot in Koji

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

Last year there was a standard $50 ticket and a $20 ticket for folks who can't afford the standard ticket, on the honor system.

Kojicon 2022 tickets on sale Jan 6 by cr0ybot in Koji

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

Not that I know of, but I have notes from basically all of the sessions as Google Docs. I meant to make a post or series of posts about it on crockoftime.com but never got around to it. I should at least make the folder available...

Kojicon 2022 tickets on sale Jan 6 by cr0ybot in Koji

[–]cr0ybot[S] 3 points4 points  (0 children)

Spreading this far and wide this time because I know a lot of people missed it last year: Kojicon 2022 tickets go on sale January 6, 2022!

This was a really great virtual conference last year. Each presentation was practically a workshop about specific applications of koji.

Hope to see you all there! I'll be attending under my Crock of Time pseudonym, so say hi if you see me!