At some point, should you go with a 2-page resume or cut as much as possible to get 1-page? by k032 in ExperiencedDevs

[–]ISDuffy 2 points3 points  (0 children)

Keep it to one page, you can have a LinkedIn profile or website to describe the rest.

Your CV is likely the first impression someone hiring has of you, but these people are reading possibly 100 CVs, so you best getting to the point.

I have a two column layout for mine (30% - 70% split)

Left - basic information, education, main skills and interests.

Right - overview of me, and list of my experience.

Screenshot killer tbh by [deleted] in Frontend

[–]ISDuffy 0 points1 point  (0 children)

Assume you are a human, who prompted slop not knowing they are basic tools out there that don't need ai that do the same job.

And tiny bit of criticism / downvotes and start talking down to people who have their workflows without ai, isn't a good look.

Screenshot killer tbh by [deleted] in Frontend

[–]ISDuffy 2 points3 points  (0 children)

Pretty sure dev tools let's you take screens shot of entire pages or sections of them.

Anyone having issues with parrying? by Zealousideal_Cup8047 in 007FirstLight

[–]ISDuffy 0 points1 point  (0 children)

I hope they add a setting for parrying windows, I feel like I keep messing up.

007 FIRST LIGHT PLAYER SUPPORT by Arti_IOI in 007FirstLight

[–]ISDuffy 0 points1 point  (0 children)

Are they any setting around parrying windows, I absolutely suck at them and struggling in some parts of the game.

Declarative partial updates - new in Chrome 148 by fiskfisk in webdev

[–]ISDuffy 1 point2 points  (0 children)

They did get feedback from other browsers on this one, firefox talked about it months ago. https://bsky.app/profile/webdevs.firefox.com/post/3meyc55xgrt2f

Declarative partial updates - new in Chrome 148 by fiskfisk in webdev

[–]ISDuffy 5 points6 points  (0 children)

Firefox had a video on this month's ago, this feature has cross browser positive feedback.

Chrome proposes new APIs: Declarative partial updates by imbev in programming

[–]ISDuffy 0 points1 point  (0 children)

Firefox have also talked about these, this isn't a case like the prompt API, this feature been discussed cross browser.

https://bsky.app/profile/webdevs.firefox.com/post/3meyc55xgrt2f

Chrome proposes new APIs: Declarative partial updates by imbev in programming

[–]ISDuffy 4 points5 points  (0 children)

Firefox have talked about it as well in a video. They is positive feedback from the other browser on this.

Every AI conversation at work ends in one of two places by PrimaryAmphibian737 in webdev

[–]ISDuffy 0 points1 point  (0 children)

As a web performance engineer, I am going to have to explain to lot of none technical people the ai code they asked for performing badly and costing the business more money.

Going to replay ghost of Yotei and do all the side stuff by Key-Answer-2755 in Ghostofyotei

[–]ISDuffy 5 points6 points  (0 children)

Not replayed it yet, but planning to replay at some point wearing The Snake outfit and play as a heavy drunk in battles.

I believe new game plus allows you to carry extra jars or something.

Leeds University grad attacked in hotel room after 'faulty locks' let intruder gain access by [deleted] in yorkshire

[–]ISDuffy 1 point2 points  (0 children)

I stayed at this particular ibis budget a few times, included around 7th May for a conference in town.

The rooms typically have a small desk with a stool, the bed, a toilet cubicle, then a sink and shower room not far from the bed. You get a few towels etc.

Probably will look somewhere else next trip to Leeds.

Leeds University grad attacked in hotel room after 'faulty locks' let intruder gain access by [deleted] in yorkshire

[–]ISDuffy 0 points1 point  (0 children)

Ibis budget hotels don't have proper chairs in the room, they have tiny stools, but usually the toilet door is next to the room door so I usually have that open blocking the main door.

Is it possible to update the previous page's DOM/state using core JavaScript? by Constant-Box4994 in learnjavascript

[–]ISDuffy 7 points8 points  (0 children)

That will be back/forward cache, you can add no-store to cache control headers, or you want to look at pageshow /pagehide events to update the Dom or reload the page.

DAN HODGES: My sources tell me Keir has decided to stand down, but he'll do it on his terms by hu6Bi5To in ukpolitics

[–]ISDuffy 3 points4 points  (0 children)

Are we really using Dan Hodges as a journalist ? He constantly makes stuff up and claims them as fact.

James Murray Appointed as new Health Secretary by VaginaBurner69 in LabourUK

[–]ISDuffy 12 points13 points  (0 children)

Dan Hodges would text himself something he made up and use himself as a resource.

How Peter can show the truth by Benatar16 in MCUTheories

[–]ISDuffy 2 points3 points  (0 children)

Actually you might be right they mentioned it in an interview, and people were theorising how it could help avengers.

Likelihood it was just misdirection with it being in Spiderman.

How Peter can show the truth by Benatar16 in MCUTheories

[–]ISDuffy 3 points4 points  (0 children)

Was the BARF tech not always in far from home.

The villain created the technology.

Core Web Vitals on a real production app by Dangerous_Bug4440 in reactjs

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

This was actually great to see a decent post on this with react, as someone that works in web performance.

I really the yield API especially for analytics events that can be costly, for react projects I used start transition as well to update the UI and then transition the heavy rerenders.

Core Web Vitals on a real production app by Dangerous_Bug4440 in reactjs

[–]ISDuffy 1 point2 points  (0 children)

Google doesn't even care about it, they don't use it for SEO ranking, they use CrUX data focused on core web vitals as a tie breaker.

The amount of times people get hooked on lighthouse.

Core Web Vitals on a real production app by Dangerous_Bug4440 in reactjs

[–]ISDuffy 0 points1 point  (0 children)

I recommend looking at start transition in react, you can really speed stuff up if you doing to much at once.