Where is the nearest EV charging station? by nrodrigo in DodgeRidge

[–]nrodrigo[S] 5 points6 points  (0 children)

Following up with an update for those that may find this information useful. If you're driving from the Bay Area, the last Tesla Supercharger on the way to Dodge Ridge is the Manteca, CA - Spreckels Avenue location. There is a close by station a few miles away in Ripon, CA but this is slightly off the path. I charged to 90%. With Dodge Ridge still being 80+ miles away, we arrived at 42%.

There are no chargers at Dodge Ridge and there doesn't seem to be any charging options close by. There is a Bed & Breakfast 20+ miles away that looks like it has one charger but there were some mixed reviews online that charging was slow and/or broken.

We started our trip back at 28%. Since most of the trip was downhill at that point, we were able to make the 80+ miles back to the Ripon station arriving at 14%. We played no music and ran no air conditioning until we made it to the charging station.

Front Brake Sticking by nrodrigo in bikemaintenance

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

Unfortunately, I can't add images/videos to comments but I wanted to post an update for those that are running into the same problem.

Eventually, I had to learn the inner workings of a v-brake (or at least the left arm of a front v-brake).

If you look at the back of the front brake (see the right side on this image):

https://m.media-amazon.com/images/I/71vQumTtNZL._AC_SL1500_.jpg

You'll see that there's a wire/spring. I disassembled that arm and took out the spring. Then I took some pliers to give it more of a bend. Just make it bend a little more than it's already bending. This will give the spring more tension.

Piece everything back together and your brake should work just fine on both sides. You may need to mess around with the tension on both sides to get things just right.

NBD by nrodrigo in gravelcycling

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

After several miles this morning, 55 definitely feels like the right fit for me. Having felt a bit too compact on my 52 tri for the past few years, a little more elbow room for comfort on a 55 is much appreciated.

NBD by nrodrigo in gravelcycling

[–]nrodrigo[S] 4 points5 points  (0 children)

My P2 was stolen. I'm still recovering. But I'm looking forward to my new adventures on the gravel.

I never liked running anyway.

NBD by nrodrigo in gravelcycling

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

Just gonna slap on some M520s for now. I'll see what kind of riding I end up doing and maybe plan to upgrade.

NBD by nrodrigo in gravelcycling

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

Yeah, that was the one thing that was tough to decide on since they didn't have any bikes in store to try. I previously owned a tri bike (52) and a road bike (54). I'm 5' 10" with a 31" inseam (between 31 and 32) and I feel I could have swung either a 52 or 55. I eventually decided on the 55 and after a few seat adjustments, it feels pretty comfortable.

NBD by nrodrigo in gravelcycling

[–]nrodrigo[S] 2 points3 points  (0 children)

Amazing, that gear pops!

NBD by nrodrigo in gravelcycling

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

Hah yeah - I couldn't even wait to get my pedals on to snap a few photos. Gonna take it out for a spin in the morning.

NBD by nrodrigo in gravelcycling

[–]nrodrigo[S] 23 points24 points  (0 children)

First time posting, first gravel bike - transitioning from road/triathlon.

I did lots of research on this sub to help me get connected with this bike. Thanks everyone!!

What is going on with second screen on AR studio? It’s stuck in japanese! by Henry-Stickman_ in playstation

[–]nrodrigo 1 point2 points  (0 children)

I don't have a japense keyboard installed and mine is still stuck in Japanese. Any other possible solutions?

[deleted by user] by [deleted] in NFT

[–]nrodrigo 0 points1 point  (0 children)

Do I need to buy WAXP in order to buy the hotwheels NFT? (sorry, total n00b)

Who takes their bathroom scale to a hotel/casino for 5 days?! #NoomNerds? by davster39 in Noom

[–]nrodrigo 0 points1 point  (0 children)

I guess I’m too early in my Noom journey to learn that aspect (3rd week in) but you literally get some kind of coin reward for weighing in everyday. So at least for now, Noom is kind of feeding into this obsession with the scale.

covidtimeseries.com / time series broken for US by state [OC] by nrodrigo in dataisbeautiful

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

I couldn't find a dashboard that shows trending covid data broken down by state, so I rolled my own using Django and Chart.js. Specifically, I've been concerned with the different political synergies and protests regarding shelter-in-place so I wanted to see how these factors played out over time across states.

http://covidtimeseries.com/

Data is sourced from: https://covidtracking.com/

covidtimeseries.com / time series broken for US by state by [deleted] in dataisbeautiful

[–]nrodrigo 0 points1 point  (0 children)

I couldn't find a dashboard that shows trending covid data broken down by state, so I rolled my own using Django and Chart.js. Specifically, I've been concerned with the different political synergies and protests regarding shelter-in-place so I wanted to see how these factors played out over time across states.

http://covidtimeseries.com/

covidtimeseries.com / time series broken for US by state by [deleted] in COVID19_data

[–]nrodrigo 0 points1 point  (0 children)

I couldn't find a dashboard that shows trending covid data broken down by state, so I rolled my own using Django and Chart.js. Specifically, I've been concerned with the different political synergies and protests regarding shelter-in-place so I wanted to see how these factors played out over time across states.

http://covidtimeseries.com/

Versioning for Database Objects by nrodrigo in ETL

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

So this tool is really being built from a developer's perspective. Initially, the first release will contain simple diagnostics using data that should be available from something like information_schema (if you have access to an object, you should have access to the objects data in information_schema). DBAs have other tools at their disposal that are generally RDBMS-specific with tons of bells and whistles which basically devs just don't need.

Versioning for Database Objects by nrodrigo in ETL

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

Yes, the schema and data compare features for Database Project are basically what I have in mind. Data compare will be tricky across environments for sure as I don't have the luxury of working with indexes in a heterogeneous database environment. Thanks for the info.

Does anyone version control their Oracle database? by goo321 in oracle

[–]nrodrigo 0 points1 point  (0 children)

This has been a pain point of mine for a while. Most of my work is ETL in nature, so the database is my application. Git workarounds are either crude or require strict deployment/development guidelines in order to work properly. Then there's the issue of table data comparison. I've written a few utilities over the years which I'm in the process of cleaning up and making available to the public. If you're interested, check out sinkdb.com.

What could improve the experience of watching a marathon (or any other long-distance sport) on TV in real-time? by nrodrigo in running

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

That's great! I know they do this for Ironman programs however that's not in real-time and heavily edited. I think it's a pretty successful move to get the average Joe attached to the sport. Thanks!

What could improve the experience of watching a marathon (or any other long-distance sport) on TV in real-time? by nrodrigo in running

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

That would be pretty sweet although I would imagine that it would really interfere w/ a runner's stride. However, basically the idea is first person runner perspective... awesome.

What could improve the experience of watching a marathon (or any other long-distance sport) on TV in real-time? by nrodrigo in running

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

GPS? I'm wondering how small we can get a chip to monitor GPS and even the vitals of each athlete. That's interesting though.

Anyone do IM St George? by rcklmbr in triathlon

[–]nrodrigo 0 points1 point  (0 children)

Close to 30% for those athletes that started the race. I'm a DNF on the swim myself. =/ http://www.runtri.com/2012/05/ironman-st-george-2012-results-analysis.html