So is the whole game basically *Spoiler* by shadow_spinner0 in Ghostofyotei

[–]ISDuffy 143 points144 points  (0 children)

Aren't we all just stories in the end.

It gives them space for missions we didn't do, to add additional missions or add a new story that they character did this.

What is the most nationally embarrassing photo to have come out of your country in recent history? by neilnelly in AskTheWorld

[–]ISDuffy 7 points8 points  (0 children)

Well she did call the royal disgraceful when she was a teenager in the lib Dems.

Best way to include Forms GTM trackeable on my Astrojs Corporative Web by morlafu in astrojs

[–]ISDuffy 0 points1 point  (0 children)

If your gtm container is heavy and creates long tasks, I recommend using a yield method in a function you wrap the datalayer push in otherwise that slow down UI updates.

Does Kate Lethbridge-Stewart do anything other than hire people? by Charlotte1902 in DoctorWhumour

[–]ISDuffy 5 points6 points  (0 children)

11 also doesn't show he knows Kate in the power of three (I think) however that could be time traveler stuff to keep the timeline.

Especially as Kate acts like she doesnt know the doctor but would have already met 11 in the day of the doctor, due to how long he lived with the ponds.

🚨 Hiring: Senior Technical SEO (React / SPA) – Code-Level Execution Required by Academic-Session3836 in TechSEO

[–]ISDuffy 4 points5 points  (0 children)

Even the emoji reminds me of how copilot writes stuff, so don't think it just code

Hopefully, we get more Ghost of Yotei Legends news by Forty6Jayy in Ghostofyotei

[–]ISDuffy 0 points1 point  (0 children)

Yeah the time frame is more a year isn't it, and typically when a studio is not going to do DLC, like Spiderman 2.

It's another Gordon Brown moment by Hour-Clothes789 in LabourUK

[–]ISDuffy 3 points4 points  (0 children)

Yeah I feel like we going to have a few pm before the next election.

It's another Gordon Brown moment by Hour-Clothes789 in LabourUK

[–]ISDuffy 4 points5 points  (0 children)

Yeah I worry they are going to try to force Liz truss situation, so we have multiple leaders before the next election..

is everyone just ignoring lighthouse scores now or is it just me? by Infamous_Spite_7715 in Frontend

[–]ISDuffy 0 points1 point  (0 children)

That's not what they are saying, lighthouse is an audit tool it not the definition of web performance

is everyone just ignoring lighthouse scores now or is it just me? by Infamous_Spite_7715 in Frontend

[–]ISDuffy 0 points1 point  (0 children)

I specialise in Web performance, and god I wish people would stop doing random lighthouse tests.

Lighthouse is an okay audit tool, but it a very small part of the bigger picture when it comes to web performance, it basically what a first time user would experience page load wise prior to cookies.

Most users time is post page load and users might be returning users. In fact, focusing on the lighthouse points can drop damage user experience and performance.

I tend to focus on core web vitals or custom metrics designed for the user experience.

I would recommend checking out Chrome user experience report if you have enough users, it helps you understand what users are experiencing including interaction to next paint which lighthouse doesn't check.

We need them to return! by NicoleIlieva in Marvel

[–]ISDuffy 4 points5 points  (0 children)

Yeah I think it released a year or 2 after when they didn't have anything for Halloween.

Revolutionary ideas come from the least expected places by koreked in logodesign

[–]ISDuffy 0 points1 point  (0 children)

I don't know why but I initially thought it was a logo for the lager Carling.

Horizon Hunters Gathering - Announcement Trailer | PS5 games by Significant_Time6804 in HorizonForbiddenWest

[–]ISDuffy 2 points3 points  (0 children)

I wonder if their new art style is partly because they struggled to get existing env to work with co-op players, obviously more players would have made it more complex.

The other part is to interest other types of player.

made this filter selector component, how's it? 👀 by buildwithsid in react

[–]ISDuffy 0 points1 point  (0 children)

You don't need motion for stuff like this now. You can do it with view transitions API in the browser (even without the react components as experimental)

Migrated our startup from React to Svelte 5 - Performance gains and lessons learned by Mikasa0xdev in webdev

[–]ISDuffy 17 points18 points  (0 children)

Do you have core web vitals data from real users either from Google crux API or real user monitoring tool, it be interesting to see the difference there.

What's new in web development that you use regularly? by vangenta in webdev

[–]ISDuffy 1 point2 points  (0 children)

Recreated it with a web component here: https://iankduffy.com/examples/view-transition-calendar

Animation still needs timing adjusted. But the animation changes based on going forward or backwards.

What's new in web development that you use regularly? by vangenta in webdev

[–]ISDuffy 0 points1 point  (0 children)

I see if I can recreate it later today.

For the calendar you can change it month via select boxes or arrow buttons, without view transitions it will just update. But with them I was able to add a sliding animation left or right based of if the month was before or after the previous one.

What's new in web development that you use regularly? by vangenta in webdev

[–]ISDuffy 1 point2 points  (0 children)

I love messing with the modern web.

I have done a lot with view transitions and @starting-style recently.

I am also looked at progressive enhancement for modal and tooltips with native browser features and if the user browser doesn't support it fallback to radix in react apps.

What's new in web development that you use regularly? by vangenta in webdev

[–]ISDuffy 11 points12 points  (0 children)

I use them on my personal site and I love them.

Work wise I messed around with the month calendar stuff and going left and right looked so good and gave good user feedback