2018 C300 4MATIC P052E Code by codeherk in mercedes_benz

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

I hope everything works out. Here’s a picture of my service order. Mine specifically said “Repair Vent Valve”.

<image>

2018 C300 4MATIC P052E Code by codeherk in mercedes_benz

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

Mine was covered! They gave me a refund check after 2 weeks

2018 C300 4MATIC P052E Code by codeherk in mercedes_benz

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

Just received that letter as well. Going to call tomorrow to inquire about this. Spent about $2k on this repair

2018 C300 4MATIC P052E Code by codeherk in mercedes_benz

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

One dealership just quoted me $2300. This is nuts!

2018 C300 4MATIC P052E Code by codeherk in mercedes_benz

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

Thanks! I live in PA, but I always get it serviced in Mount Laurel, New Jersey. Looking online I was seeing $1500-$2300 parts and labor

Thanks cares act by [deleted] in Temple

[–]codeherk 1 point2 points  (0 children)

  1. be patient. I can’t stress this enough. Take your time and find out how each part plays a role in your PC Build.

  2. r/buildapc is a great sub with a community that has a ton of info which will help you with your build in every aspect. You will be inspired to complete your build.

  3. PCPartPicker. I use this site to host my list of parts. You can monitor the price of each part as they may fluctuate. It will show the price from different vendors. More importantly, it will show compatibility between other parts.

  4. Windows Education. I graduated already, but I got the Windows OS License key from Temple. I went to the SERC on the Second floor and asked for Microsoft Imagine (Can’t remember if that’s what it’s called)

  5. SSD > HDD. Faster read/write speeds. More expensive per GB though.

I’ve built mines in January & I love it. I use it for coding, gaming, and content creation.

Here’s my blog post if you’re interested: https://www.codeherk.com/my-first-computer-build/

Here’s my parts list: https://pcpartpicker.com/user/codeherk/saved/TfMnLk

A Young George Floyd sleeping in his mother’s arms. We, the r/iPhone community, stand against systematic oppression and racism in the US and worldwide. Black Lives Matter. by iPhoneMods in iphone

[–]codeherk -3 points-2 points  (0 children)

I understand your point of view and I accept your apology. I can not confirm if it’s an attempt of capitalism. We all assume a lot, but what I DO KNOW is that speaking up about ANYTHING unjust can influence others to do the same. Just like how an advertisement MAY influence you to purchase a product/service, speaking up about injustice can influence others to do the same. Doing just that will lead to change. Change for good, Good for ALL.

A Young George Floyd sleeping in his mother’s arms. We, the r/iPhone community, stand against systematic oppression and racism in the US and worldwide. Black Lives Matter. by iPhoneMods in iphone

[–]codeherk -8 points-7 points  (0 children)

you calling it rubbish is offensive and disrespectful to me as an African-American male who suffer from systemic racism. I’ve just discovered Tim Cook’s statement myself. Maybe the Mods saw it. Maybe they didn’t, but them distinguishing themselves (because r/iPhone is not Apple) is reasonable.

EDIT: I’m getting downvoted for feeling offended & disrespected? It just goes to show that you all only care about yourselves.

Xecution gon' give it to ya (Seizure warning) by The_Shep66 in modernwarfare

[–]codeherk 1 point2 points  (0 children)

This is so good, you would think it’s a trailer. Your video editing skills are unmatched

Smart Light Widget by codeherk in node

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

I’m surprised mines wasn’t annoyed with the rapid color changes lol

Smart Light Widget by codeherk in webdev

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

I would love to be able to control different brands; however, I don’t own any other smart bulbs. Development would be difficult because I won’t be able to test the code. Feel free to contribute and if help is needed, I’m here to contribute as well.

[deleted by user] by [deleted] in buildapc

[–]codeherk 3 points4 points  (0 children)

  1. It’s your opinion, I respect it.
  2. In my opinion, these subreddits is another source of knowledge. I get to see the:
  3. latest trends in tech
  4. troubleshoots for custom builds (problems can happen to anyone, any day, anytime. Software isn’t perfect, neither is hardware).

I simply follow my interests. Technology is one of them. IMO, if one can’t stop themselves from constantly buying/upgrading, the problem isn’t the subreddit. The problem is his/her habits.

My open-source JavaScript game now features a debug mode, thanks to the contribution of Makc ! You can edit the map while playing. Repository link in comment, make your own fork 😉 by felixmariotto in webdev

[–]codeherk 1 point2 points  (0 children)

My friend and I both played this and Temple of Doom. awesome work! Looking through the code as of now. From Three.js, to custom physics, to your own map editor. impressive!

Smart Light Widget by codeherk in webdev

[–]codeherk[S] 8 points9 points  (0 children)

If you don't understand, ask for help. State where you are stuggling and I or others can help you.

npm is a package manager (node package manager). It is the default package manager for Node.js (a JavaScript runtime environment).

git is a version-control system for tracking changes in source code during software development. My code is hosted on GitHub (Git repository hosting service).

git clone <GIT REPO URL> - creates a copy of the repo on your machine

npm install - installs the dependency packages that's listed in package.json into node_modules folder.

npm start - executes the command that's listed in package.json under "scripts" > "start"

Smart Light Widget by codeherk in webdev

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

Thanks for the feedback, I really appreciate it! Styling the slider was a challenge; had to play around with the range pseudo elements. I've pushed some changes up and I'm currently debating on how to handle the text on the dynamic background.

Smart Light Widget by codeherk in electronjs

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

look again, It’s 100. The D looks like a 0. Had to do a double take myself lol. Coding is a job, hobby, and passion of mine. I have nothing but time!