Replacing RX7 FD Door Handles With Aluminum Ones

I made a start to finish video on how to replace the RX7 FD plastic door handles with the aluminum ones that are commonly used. In this specific application, my girlfriend bought the Napol Performance aluminum RX7 FD handles. We got them in the mail within a week of ordering them from Canada off eBay and they were surprisingly good quality. This video serves as a reference for individuals that want to see the process of removing an RX7 FD door handle and disassembling the door latch mechanism.

Read More

Hello Mervin Manufacturing!

Mervin Manufacturing Logo

The other day I hanging out at the Google Fremont campus, enjoying a lively #WordPress presentation by Kimberly Gauthier (KeepTheTailWagging.com) and happened to run across the Mervin Manufacturing Head Quarters! Their glowing florescent green logo caught my eyes! I spent 3 good seasons up at Mt Baker and Glacier WA during our epic La Nina season. Unfortunately, this season I haven’t spent much time up in the cascades due to the slushy rain. 🙁

I wanted to share this photo on here because I absolutely miss shredding Baker pow!

Read More

301 Redirect Subdomain Forwarding On AWS Route 53

amazon-web-services-logo-large

UPDATED: fixed missing/broken gist link with the code snippet.
UPDATE #2 May 24, 2017: updating this post since S3 has a new UI.

Recently I decided to ditch registrar DNS Managers like GoDaddy’s in favor of Amazon’s Route53. I really like their console and the DNS is snappy and responsive, not to mention the handy features when creating and pointing to Load Balancers for your TLD. However, one draw back of Route 53 is the lack of subdomain forwarding. Below is a quick solution.

All you will need is an Amazon S3 bucket, the static website end-point, and a Route 53 CNAME.

1.) Create an S3 Bucket: Name the bucket ie: subdomaintoForward.mydomain.com. It has to be the exact subdomain you wish to forward otherwise Route 53 won’t resolve. Choose the region and create!

Create An S3 Bucket

2.) Set Properties: I don’t typically Set Properties for S3 bucket forwarding, but it’s an option for your specific use case. Skip this step if you’re not familiar with this.

3.) Set Permissions: Be sure to set the group permissions under Everyone to Read. This will allow the public to access the S3 bucket contents.

4.) Enable S3 Website Hosting: Open your new bucket and click the “Properties” tab.

Open up “Static Website Hosting” than select “Use this bucket to host a website”. Make the “Index document” simply index.html. After that, you will need to copy/paste the sample JSON below into “Redirection Rules”.

IMPORTANT: Open up Notepad or SimpleEdit and make note of the ENDPOINT. This will be used in Step 5 when you point the subdomain DNS.

Be sure to read the JSON closely and edit HostName and ReplaceKeyPrefixWith values. Paste in the XML below:


<RoutingRules>
<RoutingRule>
<Redirect>
<Protocol>http</Protocol>
<HostName>domaintoforwardto.com</HostName>
<ReplaceKeyPrefixWith>anything/after/thedomain/index5.html</ReplaceKeyPrefixWith>
<HttpRedirectCode>301</HttpRedirectCode>
</Redirect>
</RoutingRule>
</RoutingRules>

view raw

gistfile1.txt

hosted with ❤ by GitHub

Again, just for clarification lets breaks down the JSON above. In this example, I want subdomaintoForward.mydomain.com to 301 redirect to http://domaintoforwardto.com/anything/after/thedomain/index5.html – compare this URL to the XML above, you should be able to figure out the syntax.

Click Save!

5.) Create A CNAME in Route 53: Make note of the “Static Website Hosting” End-point, copy that, then open up Amazon Route 53. Select your Hosted Zone and click “Go to Record Sets”. Click “Create Record Set” and configure your Record. In this example, domaintoForward is the subdomain, use CNAME, and paste in the Static Web Hosting End-point into Value. Create the record.

amazon-route-53-301-redirect

Read More

How to Replace Galaxy Note 4 Screen – by Zedomax!

Over the past year or so I’ve become a fan of @Zedomax on Twitter. He caught my attention with his open frame bitcoin miner design. About a year and a half ago I got into mining Litecoin, Dogecoin, and using exchanges to play a bit of the Bitcoin game. I soon discovered how resourceful Zedomax’s channels and websites are, and wondered why I never seen these show up on Google SERPS. Let’s not get into SEO!

Max recommends getting the LCD screen with assembly, which makes replacing the LCD screen less complex and is only about $20 more. All you have to do is swap over the motherboard, camera, and back frame.

This video is a bit inspiring, it’s been a while since I’ve rooted, flashed, and help fix broken Android phones. Perhaps I’ll have to provide my services to local friends when I have downtime. :]

Read More

2014 Was A Great Season at Evergreen Drift!

10861103_856712121017326_7779098822900227758_o
NWToyRun 2014: Thanks to David Kim and Caryl DelaRosa from Nice-Hunters!

I thought I’d write a quick little blurp about the 2014 season at Evergreen Drift! I had a great season in 2014! Although I did run into a few issues during GrassRoots competitions; I had a blast getting back behind the wheel and practicing this season! Prior to this season, I did take a 3 year break from drifting but I’m back and hope to compete more in 2015!

I’d really like to thank my partner in crime Kayla Whidden, Justin Nigro at Always Reckless, Nicolas Jacober @ NJacoberPhotography, Matt Nelson @ I-Nertia Media, Yerem Saribekian @ PantyHeist.com, Travis Stern @ BlatBlatPewPew, Kyle Robertson @ KRAFTED Photography, Nathan Shewchuk @ Villains Drift, Mark Walker @ EOPerformance.net and especially Lupe Zaragoza @ Evergreen Drift. Especially fun kicking it with new and old faces in the pits… Mat Risher, Roland Gallagher, Gleb Antonov, Nate Snyder, Brandon Coonce, Derek Von Ahn, André Escalante.

I can’t wait for the 2015 season, I have a few ideas brewing and hope to rekindle a few projects that have been sitting for a long time!

10750397_399215690230882_5966500696418462050_o 14992548223_6c6422575e_k 10700147_882504011768357_1448277849386813220_o 10697245_882503215101770_77951582757032242_o 1522850_459352320833741_1179867172039832600_o 1402794_399215840230867_7520668992260491652_o 1275298_377567325729052_7262672069993757901_o 885899_855506101134815_8397223750118638028_ologo-concept

Read More

Creating Real Estate Listing Systems With Google Drive!

In this Agent Development Series Podcast, Jim Nuth discusses how he’s digitalized his real estate listing systems, from storing local files/folders on his Mac to moving to cloud based solutions such as Evernote or Google Drive. Sticking with Evernote over the years, Nuth realized that there is limitations, which includes how many files each folder/stack could have and if you upgrade to a paid account there’s still a ceiling to hit.

google-drive-transparent

Jim Nuth decided to utilize resources that eXp Realty provides for agents and brokers, in this presentation he shows how his paperless listing systems works using Google Drive. If you’re an agent looking to comparing Evernote to Google Drive, this 45 minute presentation is perfect for you!

Read More

AT&T Galaxy S4 Prevent/Freeze OTA Updates

5588953445_51dcf922aa_o

Prevents NI4 to NJ4, the AT&T/Samsung OTA update keeps bugging me and I want to turn off the software update. If you are on a rooted AT&T Galaxy S4 and want to prevent the OTA update you can block the following apps with App Quarantine ROOT/FREEZE. Last time my OTA updated it went to NI4, broke Safestrap and Towelroot!

Block these in App Quarantine, tap the Settings icon and tap Filter, turn on Advanced and check Include system services. Block the following apps according to guut13 on XDA Forums.

  • AT&T Software update
  • wssyncmlnps
  • LocalFOTA

citation:
https://play.google.com/store/apps/details?id=com.ramdroid.appquarantine&hl=en
http://forum.xda-developers.com/showpost.php?p=56765224&postcount=36
http://netdungeon.com/stopping-att-android-software-updates/
photo curtious of etnyk on Flickr under Creative Commons!

Read More

AT&T Galaxy S4 Root & Stock ROM SafeStrap Tether

It seems to be a constant struggle with keeping my Samsung Galaxy S4 rooted with a custom boot loader… every OTA it seems they roll out a patch or overwrite customizations. I think there’s something to do with the boot loader being locked in a way we can’t put custom ROMS like CyanogenMod on? Not entirely sure…

Well, the only real thing I really want my rooted S4 to do is have WiFi and USB tethering… When I’m on the run, I absolutely love having my Nexus 7 or laptop handy in case of a sudden coffee shop has horrible WiFi…

First and foremost you will need to root your AT&T Galaxy S4, below is a link to how to.

http://forum.xda-developers.com/galaxy-s4-att/general/how-to-root-i337ucufni1-t2881298

Secondly, you will need to place Safestrap onto your phone and flash the custom tether files.

http://forum.xda-developers.com/showthread.php?t=2787681

When I have time I will simplify/consolidate both the links as a mirror in case of emergency.

Read More

goawayxmlrpc.php

Found a plugin that might be useful for people needing to block xml-rpc.php pingbacks. It disables to methods in the xmlrpc api that allow attackers to send pingback data to your WordPress site. I am currently seeing a flood of pingback spam, which is being written into wpdb. I really don’t care for pingbacks especially when this vulnerability is being used as a denial of service.

Read More

List of EvergreenDrift Drivers To Watch In 2014

Brainstorming some local drivers that frequent Evergreen Drift in 2014.

Cameron Moore
Johannes Bello
Tony Carreon
Brian Lockbaum
Ben Whyte
Tyler Grimsley
Andre Escalante
Aaron Leavitt
Joseph Lin
Travis Christiansen
Johnathan Raymer
Nathan Fetsch
Nick Schnell
Logan Noel
Mike Phillips
Rob Primo
Ian Fournier
Kyle Pollard
Jeff Woodruff
Dio Ortiz
Erich Hagen
Jesse Kincy
David Wheaton
Kory Keezer
Jeremy Richter
Peter Taylor
Galen Callahan

Read More