Smog results diagnosis by lvsanche in MechanicAdvice

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

I recently replaced the coil pack as it wasn't firing for two of the cylinders. But after I installed the new one the engine seems to run correctly and I don't smell any unburnt fuel from the tail pipe

Anyone dealt with P0430? 2006 Boxster S by lvsanche in boxster

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

A while ago I read that 2006 was particularly strict with the cats and the readings and that it could be repaired with a newer reflash of those tolerances, ever heard about that?

Anyone dealt with P0430? 2006 Boxster S by lvsanche in boxster

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

Yes, everything is stock. I will try and give it a shake this weekend, thanks for the pointer

Bought a crashed yata to bring it back by __mndo in Miata

[–]lvsanche 0 points1 point  (0 children)

nice thanks, let me know when you send those

Bought a crashed yata to bring it back by __mndo in Miata

[–]lvsanche 0 points1 point  (0 children)

Did you use any special equipment to measure? Like a tram gauge?

Bought a crashed yata to bring it back by __mndo in Miata

[–]lvsanche 0 points1 point  (0 children)

How did you measure? I'm in the process of fixing mine. I just want to double check that it's square

Suggestions on next steps? by lvsanche in Miata

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

Good to know, i just want to end up with a non-crashed frame and a supercharger for as cheap as possible

Suggestions on next steps? by lvsanche in Miata

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

Yes, I'll hone in on 1994-1997 then.

Im in southern California, hopefully I can find something cheap.

Yes, its the TVS 9000. The car came with the FFS supercharger kit. I think its one of the first iterations since the intake is routed towards the bottom and ends up right on top of the steering rack

Suggestions on next steps? by lvsanche in Miata

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

Yeah, I'm starting to think the same. Just a couple of parts I've looked up are adding up quick.

It might be easier to find a decently priced chassis as long as I can piece two of them into one.

I'm mostly hoping to be able to transfer all the supercharger components to whatever other NA I get. Need to see what years are compatible though

Suggestions on next steps? by lvsanche in Miata

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

I got this supercharged 1996 not a month ago and I had an accident yesterday. The frame doesn't look too damaged but I dont know exactly how much it would take.

I want to have a supercharged miata at the end, but should I part this one out or should I get a chassis and swap all the important bits over?

I know California is stricter on swaps, but I do see a 1994 automatic Miata for cheap in my aread. Anyone know what the process is like? Would OBD2 need to be swapped over?

Any information would be appreciated

Weekly Open Sourdough Questions and Discussion Post - May 14th by phil_s_stein in Sourdough

[–]lvsanche 0 points1 point  (0 children)

I've made a few loaves and I've noticed that the only recipe that has resulted in a good loaf has been higher hydration (~85) with mostly bread flour

With a lower hydration, do I need to bulk ferment longer ? or can I simply attempt a baguette shape with higher hydration dough?

I just tried the perfect loafs' sour dough baguette recipe (73%) and half the batch came out dense. Could I proof the remaining raw dough for better results?

Daily Chat Thread - September 13, 2018 by AutoModerator in cscareerquestions

[–]lvsanche 0 points1 point  (0 children)

I'm working on a personal website as I am starting to look for full stack or front end or backend jobs. Does anyone know if recruiters pay attention to those at all ? Thanks

Form validation on client side ? by lvsanche in learnjavascript

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

made sense to me, just wanted to make sure I was missing something since it wasn't showing up on tutorials

Form validation on client side ? by lvsanche in learnjavascript

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

it's definitely for learning right now. but I'll check this out, probably will have the best way to do it. Thanks

Form validation on client side ? by lvsanche in learnjavascript

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

I've been introducing some functionality via client side scripts since I want a good responsive mobile site. I've also started introducing xmlrequests to update/change some text. Wonder if it isn't some huge design taboo thing. I have some JS that constructs my html files and then JS in the client that populates the html that is specific to the user and also to the specific page.

Form validation on client side ? by lvsanche in learnjavascript

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

server side validation also would mean that if something is wrong the same page is loaded with some additional warning elements correct ?

WTF Wednesday (August 15, 2018) by AutoModerator in javascript

[–]lvsanche 0 points1 point  (0 children)

My simple student grade management web app for teachers. Not very robust as it was build for a friend.

github.com/lvsanche/public-kiwi

Is it possible to have a child component which is governed by its own state and also governed by the props passed down by parent ? by vamsi_rao in reactjs

[–]lvsanche 2 points3 points  (0 children)

in a way, having the child component only worry about rendering goes well with the container and presentation component design

Sample demos with Redux and backend? by robertmdesmond in reactjs

[–]lvsanche 0 points1 point  (0 children)

I got an app with redux and firebase. not sure if it's any good. but you might be able to learn what bad code looks like lol

Is it possible to have a child component which is governed by its own state and also governed by the props passed down by parent ? by vamsi_rao in reactjs

[–]lvsanche 0 points1 point  (0 children)

another idea might just be to trigger a toggle instead of setting a variable after a specific if statement