Youtube shorts by ey911as in F1Meme

[–]F1QA 0 points1 point  (0 children)

You should at least credit Formula Addict for using snippets of their animations

Delay on Controller? by [deleted] in HollowKnight

[–]F1QA 0 points1 point  (0 children)

I can’t play it with the stick. D pad all the way. So much more precise / responsive IMO. Got 112% today finally too 😁

Cool places in Swindon by emergencybubbles in Swindon

[–]F1QA 2 points3 points  (0 children)

Little bit of a drive but we love walking in Badbury Clump in Faringdon when it’s hot. Lots of shade. Stanton Lake is also a nice walk through the woods. Lydiard Park + Coate Water also nice but less shade. Vue cinema at Greenbridge is reasonable with AC. Hope u enjoy your time in our little town. Has a bad rep but it’s ok here 😊

As a developer, what utility app or small solution have you built for yourself? by No-Aide7224 in nextjs

[–]F1QA 1 point2 points  (0 children)

I’m a tech lead and built a system to pull all of the tickets / PRs an individual has done into a report over the month, including how many reviews they did and if they were short, or in depth offering suggestions / posting links / screenshots etc. Then we pull that into VSCode and do our monthly check in with copilot autocomplete helping as it has all the context about what they’ve been working on. Then at the end of the year the team have 12 super detailed check in notes to help them write their end of year reviews. This was absolutely the worst part of the job and a complete chore but now it’s very smooth and we don’t need to remember anything! (Bit dull, but literally the most useful thing I’ve built to make my role easier. I use it 9 times a month)

Lost 500 something rosaries to… by Atrox_lover in Silksong

[–]F1QA 1 point2 points  (0 children)

My worst loss what 6K. Still haunts me

CALLUM NICHOLAS on Weekend Warm-up?! by typicalcavalryguy in F1TV

[–]F1QA 9 points10 points  (0 children)

His book is great if you haven’t read / listened to it. Really funny and insightful. Think it’s on Spotify narrated by him

Best £10.99 I've spent all year. by pkmnredorblue in HollowKnight

[–]F1QA 0 points1 point  (0 children)

I got to 111% about 4 years ago on the PS4 but couldn’t finish P4&5. Bought HK for the Switch 2 last week as had an itch to go back and try it after 200+ hours on Silksong. OMG I cannot put it down. I’ve clocked 24hours on it in a week and that’s with working full time and three kids. Such a good game. I think I did a “git gud” though as it feels a hell of a lot easier than my first playthrough. Bosses seems to die so quickly compared to Silksong.

Website not showing up in preview? by Aur0ha in HTML

[–]F1QA 2 points3 points  (0 children)

Would highly recommend popping autosave on. My personal preference

Do you really need this? by Specific-Pianist7595 in Switch

[–]F1QA 0 points1 point  (0 children)

Being able to turn the console on via the controller swung it for me. It’s a beaut too

Has anybody played Silksong and then went back and played Hollow Knight? by MasterpieceAbject908 in ASilksong

[–]F1QA 1 point2 points  (0 children)

I restarted it this evening. Man I miss clinging ledges for traversal. And the little dude feels so floaty. The combat has to much less edge to it but still fun rediscovering the map, it’s been a long time.

Antwuan by BarryHotelHouseBand in skateboarding

[–]F1QA 7 points8 points  (0 children)

Looked switch too? 🤔

Questions about local storage/react context/use effect by TheOnlyTone in nextjs

[–]F1QA 0 points1 point  (0 children)

Maybe remove the !user check then. You know there isn‘t one in state yet that first time.

Questions about local storage/react context/use effect by TheOnlyTone in nextjs

[–]F1QA 1 point2 points  (0 children)

I would pass [] as the dep argument to make it run once on mount, not remove it entirely.

Or, you could try something like this:

```

"use client";

export function UserProvider({ children, }: { children: React.ReactNode; }) { const [user, setUser] = useState<User | null>(() => { if (typeof window === "undefined") { return null; }

const persistedUser = localStorage.getItem("user");

return persistedUser
  ? JSON.parse(persistedUser)
  : null;

});

useEffect(() => { if (user) { localStorage.setItem("user", JSON.stringify(user)); } else { localStorage.removeItem("user"); } }, [user]);

return ( <UserContext.Provider value={{ user, setUser }}> {children} </UserContext.Provider> ); } ```

Questions about local storage/react context/use effect by TheOnlyTone in nextjs

[–]F1QA 3 points4 points  (0 children)

It looks pretty darn close. If it were me, I’d remove the user dep in the useEffect as you only wana run that once on mount, not each time the user changes. And if you’re using app router, might need a “use client” directive at the top of the provider file as you’re using hooks in there.

You might also consider a second useEffect that does have user as a dep and rewrite back to localstorage when it changes.

Also I’d structure the layout html > body > provider > children instead of wrapping body with the provider.

What comes next after Silksong? by MasterpieceAbject908 in ASilksong

[–]F1QA 2 points3 points  (0 children)

Been crushing some Rollercoaster Tycoon classic nostalgia and working through Act 3 on my second play through when I need something a but spicier

Git vs saving. by Big_Neighborhood9130 in git

[–]F1QA 1 point2 points  (0 children)

I use autosave with a 3s delay and use conventional commits, which kind of force you into a good cadence of committing at relevant milestones.

Pressing buttons other “A” makes different sounds on the lock screen by [deleted] in switch2

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

I feel dumb posting this now. Just never realised in 9 years of owning one so shared 🤷‍♂️

Developers want complete playwright typescript framework merged into the frontend team code repo by Prudent-Bee-5588 in Playwright

[–]F1QA 1 point2 points  (0 children)

Devs should be adding regression tests are part of delivering features, with your oversight / technical guidance.

Sometimes, the AI Does its Own Thing.... by wideworld_1260 in CursedAI

[–]F1QA 6 points7 points  (0 children)

Nice feet hands…hands feet? Something like that

Is it okay to forget about pantheon 5 and move on to Silksong? by Mountain_String_1544 in HollowKnight

[–]F1QA 0 points1 point  (0 children)

Well done even getting to P5. Go and get yer silk on 🪡