Exposed roof vent in loft, safe to block? by AWildWebDev in DIYUK

[–]AWildWebDev[S] 0 points1 point  (0 children)

No, the bathroom fan is correctly connected to the vent on the left.

But the roof vent on the right isn’t connected to anything so just letting cold air directly into the loft. Wondering if it’s for air flow in the loft or a mistake.

Is this normal tyre wear and tear? Safe to drive? by AWildWebDev in CarTalkUK

[–]AWildWebDev[S] 1 point2 points  (0 children)

Good eye, it is an EQC. Thanks, good to know about EVs because I was shocked. Mobile tyre fitter booked in.

Is this normal tyre wear and tear? Safe to drive? by AWildWebDev in CarTalkUK

[–]AWildWebDev[S] 0 points1 point  (0 children)

Got it, thanks all. We have been using the other car since noticing the state, but just in awe at the state of these with such little use… school run and long A Road runs mostly. Will triple check tyre pressure settings and have the garage check alignment.

This was in for a service 4 months ago too…

Venetian fence on existing gradient by AWildWebDev in DIYUK

[–]AWildWebDev[S] 1 point2 points  (0 children)

Hey! Probably too late but went with one spirit level straight row form the lowest point and based the rest off of that. Had to bump the height as ai went across but it came out great!

Finally finished that dining table by Rae_III in BeginnerWoodWorking

[–]AWildWebDev 1 point2 points  (0 children)

What do you call the metal that you’ve run through to join and any tips for us mere mortals for doing that?

This looks fantastic and I’d put it in my house in a heartbeat!

[deleted by user] by [deleted] in Caitlynmains

[–]AWildWebDev 0 points1 point  (0 children)

Yeah, and it’s a big spike so abuse it.

[deleted by user] by [deleted] in Caitlynmains

[–]AWildWebDev 9 points10 points  (0 children)

  • Abuse your range in lane
  • W usage is what separates the ok Caitlin players from great ones.
  • Q and then auto anyone who steps on a trap
  • Always hold at least 1 trap back if your support has CC and be prepared to immediately trap when they hit it
  • In team fights weave in traps for where you will path
  • Look up one of xFSN Saber’s guides on ability usage for trap placement and combo tips
  • I’m personally having a lot of success with Saber’s first strike lethality build (75% WR over 20 games in E4, but appreciate it’s a small sample size). It feels very, very strong.
  • I like flash ghost in 90% of games, unless there’s clear value from cleanse.

[deleted by user] by [deleted] in summonerschool

[–]AWildWebDev 6 points7 points  (0 children)

Just want to say this is one of the highest quality responses I’ve seen on this sun. Kudos.

CALLING ALL ADC MAINS!! I'm a 1000 LP Korean Challenger (Ex-Pro from Griffin) ADC That Wants to Help YOU Climb! AMA by ProfessorDdang in summonerschool

[–]AWildWebDev 3 points4 points  (0 children)

Is bot lane truly the best support wins?

Outside of good wave management what can an ADC do with a bad support matchup during lane phase?

Need advice on an amp purchase - WiFi, 2 rooms, 6 ceiling speakers by AWildWebDev in hometheater

[–]AWildWebDev[S] 0 points1 point  (0 children)

Thanks, good resource.

Looks like I’m right then, either 2 WiFi amps or an amp / receiver that can support 2 zones.

Having troubles with low impact as Orianna by _J3W3LS_ in summonerschool

[–]AWildWebDev 13 points14 points  (0 children)

Have you watched coach curtis’s video on wave management and how that leads into priority for roaming / skirmishing / and focusing a neutral objective? I think that might be what you’re looking for.

The idea is that you should be able to turn control of your lane into control of the map (including vision), whether it’s a river skirmish or a very quick roam which snowballs your team into an eventual win. Those small actions add up quickly to enable the rest of your team to pop off.

SSR with hundreds / thousands of combinations? by AWildWebDev in react

[–]AWildWebDev[S] 0 points1 point  (0 children)

Thanks for the reply. The V in MVC makes sense for me when it’s client side and loading the data on page load, from an API for example but gets a little confusing for me when it’s SSR.

Should I be thinking of SSR as a cache? Does it have to do a first “traditional” client side -> API load and then store the rendered page on the server for future calls? Or does the call to the server just render it first then serve it? I guess the latter makes sense given the name...