diff --git a/content/posts/org-noter-download-counts-2024.md b/content/posts/org-noter-download-counts-2024.md new file mode 100644 index 0000000..1068860 --- /dev/null +++ b/content/posts/org-noter-download-counts-2024.md @@ -0,0 +1,20 @@ ++++ +title = "Org-noter download counts" +author = ["Dmitry Markushevich"] +date = 2024-02-21 +lastmod = 2024-04-24T13:23:34-07:00 +tags = ["seedling", "org-noter", "opensource"] +draft = false ++++ + +Unfortunately [melpa](https://melpa.org/#/?q=org-noter) does not provide download counts for [org-noter](https://github.com/org-noter/org-noter). This is an attempt to keep a manual record. + +It's also hard to differentiate between new installs and upgrades. In any case it's some indication of usage. + +| Date | Count | +|--------------|---------------------------------------------------------------------------------| +| Feb 27, 2022 | [32000](https://gist.github.com/CoolHandLouis/3f273a9eba9e9be07c91ee497f541b79) | +| Aug 11, 2023 | 50000 | +| Feb 21, 2024 | 61000 | + +It's interesting to note that the version in 2022 was marked 2019 so the doubling of downloads in 2 years is likely due to updates. diff --git a/content/posts/xterra-axle-swap-redux.md b/content/posts/xterra-axle-swap-redux.md new file mode 100644 index 0000000..8755e2a --- /dev/null +++ b/content/posts/xterra-axle-swap-redux.md @@ -0,0 +1,59 @@ ++++ +title = "XTerra Axle Swap Redux" +author = ["Dmitry Markushevich"] +date = 2024-04-24 +lastmod = 2024-04-24T13:24:19-07:00 +tags = ["seedling", "xterra"] +draft = false ++++ + +In March of 2023, I had an opportunity to buy an M226 axle out of a destroyed 2011 Pro4x Xterra. My Xterra trim does not come with an electric locking differential; whereas the pro4x does. Getting a full axle assembly from a pro4x trim and swapping it in is an economical way of getting a locking rear differential on xterra models that didn't come with it. + +{{< figure src="/ox-hugo/2024-04-24_13-06-40_screenshot.png" >}} + +I made a whole video about the process and posted it on Youtube: + + + +This is by far the biggest car project I've undertaken and this this post is a postmortem of sorts. To summarize my experience and lessons learned. + + +## Uknown Unknowns {#uknown-unknowns} + +There are two differentials in an xterra: front and back. When the four wheel drive system is fully engaged the front wheels are physically coupled to the rear wheels. It is critical that the wheels spin at the same rate (although there's some leeway). Responsible for the rotational speed are the gear sets in each differential. + +When I started the project I was under the impression that I had a certain ratio, that matched the new axle I purchased. Turns out that was not the case. My Xterra came with a 3.54 ratio, where as the axle I was swapping was a 3.69. It was a sufficiently different ratio that I had to find a matching front diff (an R180) with the same ratio. Luckily I found one relatively quickly but I did drive with the front drive shaft removed for a few weeks. + +In addition to the rear axle, I had to replace the front diff which is something I did not anticipate. + +Every project has many variables, but there's no accounting for things you don't know. + +
View this post on Instagram

A post shared by Dmitry M (@dmitrym0)

+ + +## More Force {#more-force} + +I had to disconnect from CV shafts to replace the front differential. To do that, I had to disconnect the upper control arm from the knuckle. I was surprised by the amount of force needed to pop the ball joint. I hit it repeatedly with a 4lb hammer. I was reluctant at first, but the knuckle is a single piece of cast iron that supports the full weight of the truck so it's very robust. I do not yet have the intuition that a lot of mechanics do - how much force/abuse a part can take during assembly or usage. Common lore for this using impact guns to tighten wheel lug nuts. Seasoned mechanics know how many "ugga duggas" it takes; I prefer to use the torque wrench. + +{{< figure src="/ox-hugo/2024-04-24_13-09-36_screenshot.png" >}} + +Red arrow is where I started, yellow arrow is where you want to be hitting. Be assertive. + + +## Think it through and ask for help {#think-it-through-and-ask-for-help} + +For swapping the rear axle, I followed a very thorough guide from thenewx.org. The guide either glossed over, or I missed it, that the leafs should be dropped for the rear axle to be removed. Instead I tried to shimmy it out, with predictable results. I dont know why I didn't see that as an obvious solution. It would've required taking two bolts out which would've been significantly faster and safer than what I did. + +On the flip side, I should have asked for help removing the axle itself. Instead of trying to wrangle it myself. No damage done this time, but better safe than sorry. + + +## The hardest part {#the-hardest-part} + +The hardest part for me was the wiring. For an e-locker you need two pieces. First, the switch that actuates the elocker. Second is the ground signal that is used to confirm successful lockup. + +Conceptually, I have no problems with 12v wiring. What I do have trouble with is keeping everything tidy. Wire lengths are particularly challenging. If they are too long they are impossible to hide. Too short is obviously a problem too. I opted to leave them a little long and hid most of the wiring behind the driver side kick pannel. + + +## Conslusion {#conslusion} + +Ultimately this was a very rewarding project. Apart from the money that I saved by doing the work myself I learned a lot. The project probably took significantly more time than if it was done by a professional, but it is acceptable in this case. diff --git a/docs/index.xml b/docs/index.xml index 3234108..f98ac4c 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -6,7 +6,7 @@ Recent content on Dmitry M - Veridis Quo Hugo -- gohugo.io en - Wed, 21 Feb 2024 00:00:00 +0000 + Wed, 24 Apr 2024 00:00:00 +0000 About https://dmitrym.online/pages/about/ @@ -31,6 +31,16 @@ paratroopers An SDL based iOS game: Here&rsquo;s what the original looked like: + + XTerra Axle Swap Redux + https://dmitrym.online/posts/xterra-axle-swap-redux/ + Wed, 24 Apr 2024 00:00:00 +0000 + + https://dmitrym.online/posts/xterra-axle-swap-redux/ + In March of 2023, I had an opportunity to buy an M226 axle out of a destroyed 2011 Pro4x Xterra. My Xterra trim does not come with an electric locking differential; whereas the pro4x does. Getting a full axle assembly from a pro4x trim and swapping it in is an economical way of getting a locking rear differential on xterra models that didn&rsquo;t come with it. +I made a whole video about the process and posted it on Youtube: + + Org-noter download counts https://dmitrym.online/posts/org-noter-download-counts-2024/ diff --git a/docs/ox-hugo/gateway-overview-v1.png b/docs/ox-hugo/gateway-overview-v1.png index 086b63e..b734a60 100644 Binary files a/docs/ox-hugo/gateway-overview-v1.png and b/docs/ox-hugo/gateway-overview-v1.png differ diff --git a/docs/posts/caddy2-and-tcp-proxying/index.html b/docs/posts/caddy2-and-tcp-proxying/index.html index 7ad9461..69f6282 100644 --- a/docs/posts/caddy2-and-tcp-proxying/index.html +++ b/docs/posts/caddy2-and-tcp-proxying/index.html @@ -24,7 +24,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index bc60c06..3de70e7 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -109,6 +109,10 @@

Posts

diff --git a/docs/posts/index.xml b/docs/posts/index.xml index 6765540..c1b5670 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -6,7 +6,17 @@ Recent content in Posts on Dmitry M - Veridis Quo Hugo -- gohugo.io en - Wed, 21 Feb 2024 00:00:00 +0000 + Wed, 24 Apr 2024 00:00:00 +0000 + + XTerra Axle Swap Redux + https://dmitrym.online/posts/xterra-axle-swap-redux/ + Wed, 24 Apr 2024 00:00:00 +0000 + + https://dmitrym.online/posts/xterra-axle-swap-redux/ + In March of 2023, I had an opportunity to buy an M226 axle out of a destroyed 2011 Pro4x Xterra. My Xterra trim does not come with an electric locking differential; whereas the pro4x does. Getting a full axle assembly from a pro4x trim and swapping it in is an economical way of getting a locking rear differential on xterra models that didn&rsquo;t come with it. +I made a whole video about the process and posted it on Youtube: + + Org-noter download counts https://dmitrym.online/posts/org-noter-download-counts-2024/ diff --git a/docs/posts/org-noter-download-counts-2024/index.html b/docs/posts/org-noter-download-counts-2024/index.html index fbc4e29..3a64d4b 100644 --- a/docs/posts/org-noter-download-counts-2024/index.html +++ b/docs/posts/org-noter-download-counts-2024/index.html @@ -22,7 +22,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 62463be..d7e65fa 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -109,6 +109,10 @@

Posts

  • + September 11, 2018 + How to check for X-Send-File (or X-Accel-Redirect) +
  • +
  • August 30, 2018 Efficient commit workflow with tig
  • diff --git a/docs/posts/xterra-axle-swap-redux/index.html b/docs/posts/xterra-axle-swap-redux/index.html new file mode 100644 index 0000000..2058467 --- /dev/null +++ b/docs/posts/xterra-axle-swap-redux/index.html @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XTerra Axle Swap Redux · Dmitry M - Veridis Quo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +
    +

    XTerra Axle Swap Redux

    +
    + +
    + +
    +

    In March of 2023, I had an opportunity to buy an M226 axle out of a destroyed 2011 Pro4x Xterra. My Xterra trim does not come with an electric locking differential; whereas the pro4x does. Getting a full axle assembly from a pro4x trim and swapping it in is an economical way of getting a locking rear differential on xterra models that didn’t come with it.

    +
    +
    + +

    I made a whole video about the process and posted it on Youtube:

    + +

    This is by far the biggest car project I’ve undertaken and this this post is a postmortem of sorts. To summarize my experience and lessons learned.

    +

    Uknown Unknowns

    +

    There are two differentials in an xterra: front and back. When the four wheel drive system is fully engaged the front wheels are physically coupled to the rear wheels. It is critical that the wheels spin at the same rate (although there’s some leeway). Responsible for the rotational speed are the gear sets in each differential.

    +

    When I started the project I was under the impression that I had a certain ratio, that matched the new axle I purchased. Turns out that was not the case. My Xterra came with a 3.54 ratio, where as the axle I was swapping was a 3.69. It was a sufficiently different ratio that I had to find a matching front diff (an R180) with the same ratio. Luckily I found one relatively quickly but I did drive with the front drive shaft removed for a few weeks.

    +

    In addition to the rear axle, I had to replace the front diff which is something I did not anticipate.

    +

    Every project has many variables, but there’s no accounting for things you don’t know.

    +
    +

    More Force

    +

    I had to disconnect from CV shafts to replace the front differential. To do that, I had to disconnect the upper control arm from the knuckle. I was surprised by the amount of force needed to pop the ball joint. I hit it repeatedly with a 4lb hammer. I was reluctant at first, but the knuckle is a single piece of cast iron that supports the full weight of the truck so it’s very robust. I do not yet have the intuition that a lot of mechanics do - how much force/abuse a part can take during assembly or usage. Common lore for this using impact guns to tighten wheel lug nuts. Seasoned mechanics know how many “ugga duggas” it takes; I prefer to use the torque wrench.

    +
    +
    + +

    Red arrow is where I started, yellow arrow is where you want to be hitting. Be assertive.

    +

    Think it through and ask for help

    +

    For swapping the rear axle, I followed a very thorough guide from thenewx.org. The guide either glossed over, or I missed it, that the leafs should be dropped for the rear axle to be removed. Instead I tried to shimmy it out, with predictable results. I dont know why I didn’t see that as an obvious solution. It would’ve required taking two bolts out which would’ve been significantly faster and safer than what I did.

    +

    On the flip side, I should have asked for help removing the axle itself. Instead of trying to wrangle it myself. No damage done this time, but better safe than sorry.

    +

    The hardest part

    +

    The hardest part for me was the wiring. For an e-locker you need two pieces. First, the switch that actuates the elocker. Second is the ground signal that is used to confirm successful lockup.

    +

    Conceptually, I have no problems with 12v wiring. What I do have trouble with is keeping everything tidy. Wire lengths are particularly challenging. If they are too long they are impossible to hide. Too short is obviously a problem too. I opted to leave them a little long and hid most of the wiring behind the driver side kick pannel.

    +

    Conslusion

    +

    Ultimately this was a very rewarding project. Apart from the money that I saved by doing the work myself I learned a lot. The project probably took significantly more time than if it was done by a professional, but it is acceptable in this case.

    + +
    + +
    + + + +
    + + +comments powered by Disqus + + +
    +
    + + + + + +
    + +
    + +
    +
    + +

    General Nerdery.

    + + + + © 2024 + + Dmitry M + + + · + Powered by Hugo & Coder. + + +
    +
    + +
    + + + + + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 8ddfa3a..a24ebd9 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -9,25 +9,31 @@ 2023-05-22T12:33:08-07:00 https://dmitrym.online/ - 2024-02-21T09:52:38-08:00 - - https://dmitrym.online/tags/opensource/ - 2024-02-21T09:36:00-08:00 - - https://dmitrym.online/tags/org-noter/ - 2024-02-21T09:36:00-08:00 - - https://dmitrym.online/posts/org-noter-download-counts-2024/ - 2024-02-21T09:36:00-08:00 + 2024-04-24T13:24:19-07:00 https://dmitrym.online/posts/ - 2024-02-21T09:52:38-08:00 + 2024-04-24T13:24:19-07:00 https://dmitrym.online/tags/seedling/ - 2024-02-21T09:36:00-08:00 + 2024-04-24T13:24:19-07:00 https://dmitrym.online/tags/ - 2024-02-21T09:52:38-08:00 + 2024-04-24T13:24:19-07:00 + + https://dmitrym.online/tags/xterra/ + 2024-04-24T13:24:19-07:00 + + https://dmitrym.online/posts/xterra-axle-swap-redux/ + 2024-04-24T13:24:19-07:00 + + https://dmitrym.online/tags/opensource/ + 2024-04-24T13:23:34-07:00 + + https://dmitrym.online/tags/org-noter/ + 2024-04-24T13:23:34-07:00 + + https://dmitrym.online/posts/org-noter-download-counts-2024/ + 2024-04-24T13:23:34-07:00 https://dmitrym.online/posts/back-to-personal-agile/ 2023-11-06T17:30:49-08:00 @@ -66,10 +72,10 @@ 2023-11-06T17:36:40-08:00 https://dmitrym.online/posts/caddy2-and-tcp-proxying/ - 2024-02-21T09:52:38-08:00 + 2023-05-22T12:33:10-07:00 https://dmitrym.online/tags/devops/ - 2024-02-21T09:52:38-08:00 + 2023-05-22T12:33:10-07:00 https://dmitrym.online/posts/note-taking-and-discovery/ 2023-05-22T12:33:09-07:00 diff --git a/docs/tags/index.html b/docs/tags/index.html index 7d170f2..f6fcbc5 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -108,18 +108,23 @@

    Tag: Tags

    • - February 21, 2024 - OpenSource + April 24, 2024 + seedling +
    • + +
    • + April 24, 2024 + xterra
    • February 21, 2024 - org-noter + OpenSource
    • February 21, 2024 - seedling + org-noter
    • diff --git a/docs/tags/index.xml b/docs/tags/index.xml index 698e46b..2e3878b 100644 --- a/docs/tags/index.xml +++ b/docs/tags/index.xml @@ -6,7 +6,25 @@ Recent content in Tags on Dmitry M - Veridis Quo Hugo -- gohugo.io en - Wed, 21 Feb 2024 00:00:00 +0000 + Wed, 24 Apr 2024 00:00:00 +0000 + + seedling + https://dmitrym.online/tags/seedling/ + Wed, 24 Apr 2024 00:00:00 +0000 + + https://dmitrym.online/tags/seedling/ + + + + + xterra + https://dmitrym.online/tags/xterra/ + Wed, 24 Apr 2024 00:00:00 +0000 + + https://dmitrym.online/tags/xterra/ + + + OpenSource https://dmitrym.online/tags/opensource/ @@ -25,15 +43,6 @@ - - seedling - https://dmitrym.online/tags/seedling/ - Wed, 21 Feb 2024 00:00:00 +0000 - - https://dmitrym.online/tags/seedling/ - - - Life https://dmitrym.online/tags/life/ diff --git a/docs/tags/seedling/index.html b/docs/tags/seedling/index.html index 479a811..6113d2c 100644 --- a/docs/tags/seedling/index.html +++ b/docs/tags/seedling/index.html @@ -107,6 +107,11 @@

      seedling

        +
      • + April 24, 2024 + XTerra Axle Swap Redux +
      • +
      • February 21, 2024 Org-noter download counts diff --git a/docs/tags/seedling/index.xml b/docs/tags/seedling/index.xml index 43f3c85..e663460 100644 --- a/docs/tags/seedling/index.xml +++ b/docs/tags/seedling/index.xml @@ -6,7 +6,17 @@ Recent content in seedling on Dmitry M - Veridis Quo Hugo -- gohugo.io en - Wed, 21 Feb 2024 00:00:00 +0000 + Wed, 24 Apr 2024 00:00:00 +0000 + + XTerra Axle Swap Redux + https://dmitrym.online/posts/xterra-axle-swap-redux/ + Wed, 24 Apr 2024 00:00:00 +0000 + + https://dmitrym.online/posts/xterra-axle-swap-redux/ + In March of 2023, I had an opportunity to buy an M226 axle out of a destroyed 2011 Pro4x Xterra. My Xterra trim does not come with an electric locking differential; whereas the pro4x does. Getting a full axle assembly from a pro4x trim and swapping it in is an economical way of getting a locking rear differential on xterra models that didn&rsquo;t come with it. +I made a whole video about the process and posted it on Youtube: + + Org-noter download counts https://dmitrym.online/posts/org-noter-download-counts-2024/ diff --git a/docs/tags/xterra/index.html b/docs/tags/xterra/index.html new file mode 100644 index 0000000..038d2d9 --- /dev/null +++ b/docs/tags/xterra/index.html @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + xterra · Dmitry M - Veridis Quo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + +
        + +
        +

        xterra

        + + + + + + + + +
        + + +
        + +
        +
        + +

        General Nerdery.

        + + + + © 2024 + + Dmitry M + + + · + Powered by Hugo & Coder. + + +
        +
        + +
        + + + + + + diff --git a/docs/tags/xterra/index.xml b/docs/tags/xterra/index.xml new file mode 100644 index 0000000..7d2efff --- /dev/null +++ b/docs/tags/xterra/index.xml @@ -0,0 +1,21 @@ + + + + xterra on Dmitry M - Veridis Quo + https://dmitrym.online/tags/xterra/ + Recent content in xterra on Dmitry M - Veridis Quo + Hugo -- gohugo.io + en + Wed, 24 Apr 2024 00:00:00 +0000 + + XTerra Axle Swap Redux + https://dmitrym.online/posts/xterra-axle-swap-redux/ + Wed, 24 Apr 2024 00:00:00 +0000 + + https://dmitrym.online/posts/xterra-axle-swap-redux/ + In March of 2023, I had an opportunity to buy an M226 axle out of a destroyed 2011 Pro4x Xterra. My Xterra trim does not come with an electric locking differential; whereas the pro4x does. Getting a full axle assembly from a pro4x trim and swapping it in is an economical way of getting a locking rear differential on xterra models that didn&rsquo;t come with it. +I made a whole video about the process and posted it on Youtube: + + + + diff --git a/docs/tags/xterra/page/1/index.html b/docs/tags/xterra/page/1/index.html new file mode 100644 index 0000000..f83cd07 --- /dev/null +++ b/docs/tags/xterra/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://dmitrym.online/tags/xterra/ + + + + + +