Skip to content

Commit d762cb2

Browse files
new post
1 parent ac00152 commit d762cb2

8 files changed

Lines changed: 100 additions & 2 deletions

File tree

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ group :jekyll_plugins do
1919
gem 'rouge'
2020
gem 'sass-embedded'
2121
end
22+
23+
gem "csv", "~> 3.3"
24+
25+
gem "base64", "~> 0.3.0"
26+
27+
gem "bigdecimal", "~> 4.0"

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.0.1)
68
colorator (1.1.0)
79
concurrent-ruby (1.3.4)
10+
csv (3.3.5)
811
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
1013
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
12-
ffi (1.17.0-arm64-darwin)
15+
ffi (1.17.3-arm64-darwin)
1316
forwardable-extended (2.6.0)
14-
google-protobuf (3.23.4-arm64-darwin)
17+
google-protobuf (3.25.8)
1518
http_parser.rb (0.8.0)
1619
i18n (1.14.6)
1720
concurrent-ruby (~> 1.0)
@@ -75,6 +78,9 @@ PLATFORMS
7578
arm64-darwin-25
7679

7780
DEPENDENCIES
81+
base64 (~> 0.3.0)
82+
bigdecimal (~> 4.0)
83+
csv (~> 3.3)
7884
jekyll-archives
7985
jekyll-feed
8086
jekyll-paginate
File renamed without changes.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
layout: post
3+
title: "The Perfect Short USB-C Cable for Rivian Headrest Mounts"
4+
categories: [Rivian, R1T, Accessories, Gear]
5+
image: assets/images/riviancable1.jpeg
6+
read_time: false
7+
featured: false
8+
date: 2026-1-9
9+
author: Ryan Klumph
10+
---
11+
12+
> Get Gear Shop $$$ and free Rivian charging credits! Use code **RYAN4190772** when [ordering your new Rivian](https://rivian.com/configurations/list?reprCode=RYAN4190772).
13+
14+
If you’re using Rivian’s Headrest Device Mounts for backseat entertainment, you’re going to need a cable that not only matches the aesthetics of the Rivian interior, but one that's as rugged as your truck.
15+
16+
After trying a few different options, I landed on what I think is the *perfect* cable for this setup: the
17+
**[chubbycable FlexElbow 90 Degree 240W Fast Charging Cable](https://amzn.to/3LjStgj)**.
18+
19+
#### Why This Cable Works So Well in a Rivian
20+
21+
This cable checks three big boxes for me: **aesthetics, durability, and length**.
22+
23+
---
24+
25+
#### 1. It Matches the California Dune Interior 👌
26+
27+
Let’s start with the obvious: **it looks fantastic in the R1T**.
28+
29+
The yellow accent color on the FlexElbow cable pairs incredibly well with the subtle yellow interior accents in the California Dune R1T. Makes things look much more intentional, which is nice in these premium cabins.
30+
31+
Although I opted for yellow, really all the colors they offer look really good.
32+
33+
![FlexElbow Cable Matching Interior](/assets/images/riviancable3.jpeg){:width="80%"}
34+
35+
---
36+
37+
#### 2. Built Like a Tank (Seriously)
38+
39+
This is one of the most solid-feeling USB-C cables I’ve ever used.
40+
41+
- Thick, braided exterior
42+
- Reinforced strain relief
43+
- Firm but flexible construction
44+
- **90-degree elbow connector** that takes stress off the port
45+
46+
That elbow design is especially clutch when devices are mounted on the headrest. No awkward bending, no torque on the device, and no fear of the connector getting bumped or snapped when kids climb in and out.
47+
48+
![90 Degree Connector Close-Up](/assets/images/riviancable2.jpeg){:width="80%"}
49+
50+
---
51+
52+
#### 3. The 0.82ft Length Is *Perfect* for Headrest Mounts
53+
54+
At **0.82 feet**, the cable is:
55+
- Long enough to comfortably reach mounted devices
56+
- Short enough to avoid dangling loops or cable clutter
57+
- Ideal for **iPads, Kindles, and Nintendo Switches** on Rivian Headrest Device Mounts
58+
59+
No excess cable to tuck away. It looks good.
60+
61+
![Headrest Mount Setup](/assets/images/riviancable4.jpeg){:width="80%"}
62+
63+
---
64+
65+
#### Bonus: Overkill Charging Specs (In a Good Way)
66+
67+
The FlexElbow supports **up to 240W fast charging**, which is obviously more than you’ll ever need for tablets or handhelds — but that also means it’s future-proof.
68+
69+
I’m a big fan of accessories that are *under-stressed* in daily use.
70+
71+
---
72+
73+
### Final Thoughts
74+
75+
If you’re setting up rear-seat entertainment in your Rivian and want something that:
76+
- Looks like it belongs
77+
- Holds up to real-world use
78+
- Keeps your setup clean and clutter-free
79+
80+
The **[chubbycable FlexElbow 90 Degree 240W USB-C Cable](https://amzn.to/3LjStgj)** is an easy recommendation — especially in the **0.82ft length**.
81+
82+
It’s one of those small upgrades that quietly makes the whole experience better.
83+
84+
If you’ve found other interior add-ons that level-up your cabin experience, I’d love to hear about it 👇
85+
86+
> Get Gear Shop $$$ and free Rivian charging credits! Use code **RYAN4190772** when [ordering your new Rivian](https://rivian.com/configurations/list?reprCode=RYAN4190772).

assets/images/riviancable1.jpeg

1.48 MB
Loading

assets/images/riviancable2.jpeg

3.14 MB
Loading

assets/images/riviancable3.jpeg

1.34 MB
Loading

assets/images/riviancable4.jpeg

2.95 MB
Loading

0 commit comments

Comments
 (0)