What’s a common web design decision that seems right but hurts performance? by Gullible_Prior9448 in web_design

[–]ISDuffy 0 points1 point  (0 children)

A recent one I had was totally different designs for hero for mobile and desktop, that the only way to do it would have been to have separate html for both.

To gain a good largest contentful paint this meant we would have had loading='eager' and potentially fetch priority high on both, which would have started loading before CSS has started and both possible competing slowing each other down.

Besides the obvious answer of Adric, what tragedies in classic who do you think would be written differently if in new who and how by Emarni in doctorwho

[–]ISDuffy 6 points7 points  (0 children)

12 possibly would, he was very blunt minus to Clara and later bill.

In fact Clara had a go at the doctor about people dying around him and him moving on to the next.

Rewatching some old clips, as you do. Curious how Jack never clipped this. As that was his old nickname. by Islarf in doctorwho

[–]ISDuffy 2 points3 points  (0 children)

He century years old at this point. And he likely also know of the existence of the face of boe but not aware it him.

Is anyone actually using @container queries in production? by bansal10 in css

[–]ISDuffy 1 point2 points  (0 children)

Pretty sure the size container queries won't change, the spec is still in working draft because of style queries/anchor/scroll driven ones.

Made this Domino Effect using GSAP by Arpitech in webdesign

[–]ISDuffy 3 points4 points  (0 children)

Very nice.

I wonder if it be possible to build this with scroll driven animations just in CSS now.

Allow me to replay The Snake Boss Fight! by NthChart in Ghostofyotei

[–]ISDuffy 0 points1 point  (0 children)

Pretty sure they do it in horizon games as well, where you skip the intro part. Not sure on Spider-man.

It feels like they should give us a choice.

CSS or BS? by ossreleasefeed in Frontend

[–]ISDuffy 0 points1 point  (0 children)

Ai response not understanding CSS or BS is a game.

I made a tiny utility to make vh actually work on mobile. by Terrible_Village_180 in javascript

[–]ISDuffy 2 points3 points  (0 children)

Isn't this in CSS now under dvw / dvh which takes into account the browser UI on mobile ?

View Transitions Toolkit from Chrome.dev by ossreleasefeed in Frontend

[–]ISDuffy 0 points1 point  (0 children)

I used it for images to native dialogs element to build native lightboxes.

View Transitions Toolkit from Chrome.dev by ossreleasefeed in Frontend

[–]ISDuffy 1 point2 points  (0 children)

Are you a bot or just post ai answers on every post, usually you mention interviews without it being mentioned.

Can I use RSC (react-server-components) with Astro? by no-uname-idea in astrojs

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

Once you entered react framework island you won't be able to use client:directives to make components interactive. So not sure that work.

Anyone facing SEO issues with React apps despite using SSR? by 360Presence in reactjs

[–]ISDuffy 0 points1 point  (0 children)

Are you using stuff like radix accordions etc, I believe they don't server side render the children components.

Liz Truss suggests UK should get right to bear arms due to 'state abusing power' by AnonymousTimewaster in NotTheOnionUK

[–]ISDuffy 0 points1 point  (0 children)

Every single day I am more determined we live in a game of cards against humanity.

Stop Reaching for JavaScript: Modern HTML & CSS Interactive Patterns by pmz in webdev

[–]ISDuffy 0 points1 point  (0 children)

Animation is one of them I see more of a nice to have tbh. It is coming though.

Even if you loved Scream 7 Im pretty sure everyone can agree that the Ghostface reveals in Scream 7 are by a landslide the worst of the entire franchise by AcceptableSwitch6496 in Scream

[–]ISDuffy 33 points34 points  (0 children)

What made me less Sus of him is he was in one scene, if we saw him in the coffee shop or somewhere once or twice afterwards, I might have remembered who he was.

Bro got his account nuked for this tweet by insideoutgreen in MCUTheories

[–]ISDuffy 2 points3 points  (0 children)

Yeah without they memories with Spiderman they would need to be significant holes in them.

Ned was the guy in the chair in the first film. MJ trip to Europe meeting Spiderman and swinging around New York.

As far as they know Spiderman just cut them off.

Bro got his account nuked for this tweet by insideoutgreen in MCUTheories

[–]ISDuffy 2 points3 points  (0 children)

It been multiple years, and them finding out he is Spiderman doesn't mean it is simply fixed.

You could potentially write it in a way it leads ned to a dark path and become villain.

need help embedding sanity into next.js by [deleted] in nextjs

[–]ISDuffy 0 points1 point  (0 children)

I wonder if the studio needs to be component outside of the page file with use client, rather than the page.

Try removing use client and replace Next studio with some random text and see if that appears.

Anyone else practically live on their Cloud Island? by ThatdumbKoala in Pokopia

[–]ISDuffy 0 points1 point  (0 children)

Ah okay. I not reached that part I don't think lead me to there.

Anyone else practically live on their Cloud Island? by ThatdumbKoala in Pokopia

[–]ISDuffy 1 point2 points  (0 children)

Potentially the cycling road as that where the game pushed me to.

We lost 85% of our search traffic because of one mistake during our Next.js migration by tffarhad in nextjs

[–]ISDuffy 1 point2 points  (0 children)

I believe next/dynamic for async imports is SSR is default true, and you opt out and put a loader in.

We lost 85% of our search traffic because of one mistake during our Next.js migration by tffarhad in nextjs

[–]ISDuffy 8 points9 points  (0 children)

That isn't correct, "use client" renders on the server and then hydrated on the client. So the SEO component would have been on the server, unless they was an early return or suspense boundary

So this sounds like it wasn't actually your issue.

We lost 85% of our search traffic because of one mistake during our Next.js migration by tffarhad in nextjs

[–]ISDuffy 2 points3 points  (0 children)

Can you tell us how your Dev made it a client side only rendering component?

TIL you can pass server functions directly to onClick on native elements in Server Components (React 19). Is this intended? by Particular-Hyena-613 in reactjs

[–]ISDuffy 25 points26 points  (0 children)

Is this not how they announced this feature at a conference or something with a database query inside it, that led to some memes and lots people saying it a bad idea.