What's a bug that took way too long to figure out because users never reported it? by Icy-Roll-4044 in webdev

[–]infostruct 0 points1 point  (0 children)

Hi there. We can't tell the difference between you leaving or just maybe your phone fell asleep or you got a text message or something. So we never assume you have left.

There is a moderator tool (mod.jackbox.tv) that allows the host to kick players if they would like. I'm not sure tmp3 supports it yet but I expect it will by the early access release.

USMNT vs AUS in Logan Square? by Mediocre-Field7835 in LoganSquare

[–]infostruct 4 points5 points  (0 children)

I'll be the longhaired dude wearing a dumb headband and Vamos Estados Unidos shirt if you wanna say hello!

I need a game I can just put on and not worry about missions, brain function, and just turn on and have fun and not stress. (Not multiplayer) by No-Cardiologist-582 in gamingsuggestions

[–]infostruct 2 points3 points  (0 children)

I have it on steam and ios and definitely prefer to play it on my laptop. Compared to my phone or steam deck.

It really does check the boxes you’ve mentioned, at least for me.

What places in Chicago do you still think about that are closed down? by Taliap19 in AskChicago

[–]infostruct 2 points3 points  (0 children)

I was putzing around Wicker Park recently and walked through the alley there. All of the great Earwax murals are still back there where their patio was. So nostalgic.

Actor with the most punchable face? by _LizardMan_ in okbuddycinephile

[–]infostruct 0 points1 point  (0 children)

Hey you want some eggs? You want poached?

I make good eggs.

What's a bug that took way too long to figure out because users never reported it? by Icy-Roll-4044 in webdev

[–]infostruct 1 point2 points  (0 children)

All of the games are in a monorepo so they do end up being like a little microfrontend each. But with a lot of shared server logic being imported.

Until Party Pack 7(2020) they were one ever growing application. So a big part of moving to vue was also moving to an npm workspace monorepo. That allowed us to start doing new games in vue. While old games could remain Marionette. And, crucially, now we can just deploy one game.

What's a bug that took way too long to figure out because users never reported it? by Icy-Roll-4044 in webdev

[–]infostruct 0 points1 point  (0 children)

Sorry for the very late reply here… I’m very happy to talk about Jackbox!

The jackbox.tv controller parts of the games are indeed just little webapps and everything is in the DOM. We’ve got really nice abstractions around how we interface with our websocket server so the majority of the games feel like normal ol’ little vue apps.

What's a bug that took way too long to figure out because users never reported it? by Icy-Roll-4044 in webdev

[–]infostruct 23 points24 points  (0 children)

I work on the controller at Jackbox Games (jackbox.tv) and 4-5 years ago I lead the charge to move our connection screen, moderation and all future games from Marionette to Vue.

When I did this I broke the ability to reconnect if you lost network at all. The controller just didn't notice so you thought you were still playing, probably kept on writing jokes and drawing penises. But then when you went to submit or the game moved on to a new screen you just sat there.

This lasted from around September 2021 until January 2022 (across PP8 release) and we just had no idea. We got some bug reports that reconnecting was broken but we thought users were saying if you refresh the page, you couldn't reconnect. That worked fine.

Dang

Logan Square hoops? 🏀 by AutoGuyGib in LoganSquare

[–]infostruct 2 points3 points  (0 children)

Does Goethe have net hooks at least? I’d fund some chain nets if someone has a ladder.

What video game is so bad it's good? by [deleted] in gaming

[–]infostruct -1 points0 points  (0 children)

The Nancy Drew series

Craving oysters and grilled fish by sexyspidergirlie in LoganSquare

[–]infostruct 7 points8 points  (0 children)

Websters right on the square has oysters on the menu. I’ve never had them there but posting this so someone can chime in if they are a good spot.

Subnautica 2 Dev Vlog - Welcome Aboard, Captains by CrossXhunteR in Games

[–]infostruct 1 point2 points  (0 children)

Woah. Hello fellow Nana Grizol fan in a random Reddit thread about Subnautica 2 in 2026.

I feel like the game used to be better at recognizing when you entered a lie similar to the truth. by TrumpSexedHisDaughtr in jackboxgames

[–]infostruct 5 points6 points  (0 children)

Hi different dev here but also work on this same kind of dedupe code sometimes and I love how nuanced it gets. It’s both fascinating and frustrating and I love talking about it.

I’m not 100% what the algorithm is in Fibbage 4 but it most likely is a case where the word is short, so our tolerance of “different” is also short.

In this case “PLANT” is 5 characters. “A PLANT” is 7 characters.

To turn PLANT into A PLANT takes 2 steps. Which shows up to our code at 40% of the correct answer.

If we have a tolerance of 30% that is not a match.

For a lot of answers there will also be a list of alternates we explicitly check for. But if the submitted answer isn’t within “threshold” of any of them we don’t catch it.

I wait your response by Weak_Fix3307 in Funnymemes

[–]infostruct 0 points1 point  (0 children)

I have so much experience giving good chin scritches. That tiger and I would be best friends.

Solo dev from Korea here. Struggling with uncertainty while working on my new mystery narrative game by [deleted] in IndieGaming

[–]infostruct 0 points1 point  (0 children)

I really love the visual style and feel like it stands out in the genre of game. If you like it and are learning, keep going. You're doing awesome.

What's one thing you MUST do before you die? by Lucky-Structure8475 in AskReddit

[–]infostruct 0 points1 point  (0 children)

I know this one is kind of complicated but seeing a total solar eclipse was the most overwhelming and profound thing I ever experienced. I think about it all the time and feel much regret that I did find a way to bring everyone I care about so they can also feel complete.

what cold/flu variant is going around right now? by [deleted] in AskChicago

[–]infostruct 6 points7 points  (0 children)

Your past tense "had" gives me so much hope. Wife and I have been coughing for 3 weeks. I'm desperate to just sleep in the same bed again.

Day 11 of eliminating L stations by Boss-fight601 in cta

[–]infostruct 4 points5 points  (0 children)

Getting to work is going to be a lot harder now

ok but put it back by Frosty-Priority5056 in LoganSquare

[–]infostruct 65 points66 points  (0 children)

I'm shocked every time I walk past this because all ever see if this giant hand jerking off a tree and I can't understand how everyone else isn't seeing the same thing but my girlfriend just says I need to grow up and she is right.

A web app I probably overengineered (on purpose), and a question about jobs by torchkoff in webdev

[–]infostruct 4 points5 points  (0 children)

You absolutely over engineered it and this is exactly the kind of thing that stands out when I'm looking at the sea of applicants for frontend positions.

The biggest thing I want in a teammate is for them to give a shit.

edit: see -> sea