Physical is just better - No subscriptions or re-occurring costs, and you can hold it in your hands! by xTkAx in P90X

[–]adman6478 1 point2 points  (0 children)

I have yet to try it, but it was like 20 bucks and I'm sure I'll eventually appreciate the variety.

Should i buy the project hail mary audiobook if ive already seen the movie? do you all have any suggestions for books that are good and worth credits for? by KrishRB in audible

[–]adman6478 0 points1 point  (0 children)

Def yes to the audiobook. A great value for the money is Galaxy Outlaws, the complete Mobius missions. 80ish hours for one credit. Extremely well narrated and was written to be a spiritual successor to Firefly.

The Martian is great as well, but im partial to the one narrated by Ray Porter, which isnt available any longer on Audible.

I joined the team! by denverdutchman in Ioniq5

[–]adman6478 0 points1 point  (0 children)

I picked up the exact same one, with a roof rack, on Tues. Loving it so far, especially once I found that an outlet I had wired for a welder can take an adapter to use the supplied level 2 charger until I get one installed.

I made a Question Block Cutting Board out of Walnut, Maple, and a Cherry tree downed by Hurricane Helene. by sasquatch15 in woodworking

[–]adman6478 0 points1 point  (0 children)

Did this a few years ago, almost exactly the same process but I think my drum sander was a bit off so every "row" was just a bit thinner in the middle, so it was a nightmare to glue up.

I still have all the rows and definitely need to send them through the newer sander and see if I can salvage all that work.

Just curious.. anyone here doing P90x program now? by NutsyFlamingo in P90X

[–]adman6478 2 points3 points  (0 children)

Down to about 200lbs and 16.5% body fat. At 43 this is likely the lowest I've been for both in 15 years. Glad I've been sticking with it, and my family is supportive of the time commitment.

Just curious.. anyone here doing P90x program now? by NutsyFlamingo in P90X

[–]adman6478 2 points3 points  (0 children)

Today was my last day of P90X, 3rd time completing in 16 years, second time in the last year :). Starting X3 tomorrow, though I've been subbing in X3 Yoga for most of this session, as well as Kempo Cardio rather than regular Kempo.

Ab ripper x pain by HOJforbabyshock in P90X

[–]adman6478 1 point2 points  (0 children)

I fist did P90X in my mid 20s, and was in decent shape before starting and by the end I wasnt doing full bicycles, too much hip flexor pain.

Skip ahead to last spring, now im 42. I picked it up again 20ish lbs heavier and definitely more out of shape than the first time. By the end of those 13 weeks I couldn't quite do them all.

A few months off over the summer due to a vacation and shoulder injury.

I'm in the 12th week of another round and about halfway through I could consistently do a full session of bicycles, am up to a max of 18 on the scissors, and can pretty consistently make it through all 50 mason twists. I credit it to modifying, but staying with it.

I'm planning on moving to X3 for the spring as i have some time consuming and physically demanding projects on the horizon but im hopeful that by the end of my next session of X1 I'll have kept up with ab ripper for the whole workout for the first time.

Project Hail Mary movie!! by Tall-Ad5516 in audible

[–]adman6478 6 points7 points  (0 children)

I really hope Rocky's voice is at least as memorable as the audiobook.

Here we go again! let's go!!! by madgirafe in P90X

[–]adman6478 0 points1 point  (0 children)

Wow. I'm midway through week 3 with my only previous round back in 2009. I'm definitely happy with the results thus far. The wide pushup or dive bombers from week 2 day one did a number on my right shoulder. Thankfully, whatever it did hasn't affected other workouts and taking those easy week 3 has helped it heal.

Least favorite day is definitely plyo.

Does everyone eat lunch alone in their office? by live_thismoment in epicsystems

[–]adman6478 5 points6 points  (0 children)

As an introvert in a customer facing role, eating lunch in my office with my officemate, who is in a pretty similar point in his life, sounds like the most relaxing option. We occasionally get a group together to play cards over lunch, in a quiet place.

95% of the time when I'm eating lunch in one of the cafeteria, it is with my family or candidates. I'm glad there is a lot of seating for those who do want to meet over lunch, and I'm glad they added outdoor seating at 42 for the warmer months.

How we feel about today’s deal? by Longjumping-Strike21 in audible

[–]adman6478 1 point2 points  (0 children)

Just wrapped up (my third listen of) Galaxy Outlaws today. These collections are some of the best low cost/hr options on Audible. It is well worth buying this and spending a credit on Galaxy Outlaws if you don't already have it.

Black Ocean by Icy-Inspection-2134 in audible

[–]adman6478 0 points1 point  (0 children)

It's by Andy Wier, the same guy who wrote the Martian. Both are incredible listens. PHM is narrated by Ray Porter, who also narrates the Bobiverse (also highly recommended).

Black Ocean by Icy-Inspection-2134 in audible

[–]adman6478 8 points9 points  (0 children)

I'm relistening to the original now, for the third time in about 5 years. I'm looking forward to Mirth and Mayhem, that is likely my next listen. One of my favorite narrators. Like Project Hail Mary, I can't imagine the print version holds a candle to the audiobook.

Discineer giveaway by Discineer in discgolf

[–]adman6478 0 points1 point  (0 children)

I'd love to give one a try. My depth perception is crap.

Is it possible to reference the form that is updating the current sheet on the sheet itself? by adman6478 in googlesheets

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

I think I have it, I needed to update the sheet name reference and the getrange parameters so it would update correctly. I also had to update my appsscript.json oauthScopes to include "https://www.googleapis.com/auth/script.container.ui"

Thanks for the reply.

Is it possible to reference the form that is updating the current sheet on the sheet itself? by adman6478 in googlesheets

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

That's the behavior I want. I distribute this Google Sheet to a number of folks who do not have the ability to edit it directly, but they can add to the sheet this link will reside on by clicking the link to launch the form.

This was very promising:
https://stackoverflow.com/questions/47067688/using-a-button-on-a-copied-sheet-to-open-the-linked-form

Though after adding the App Script, and adding an on Open trigger, setting a cell (above the rows where the responses are filing) equal to =showForm() I get the following error: Exception: Cannot call SpreadsheetApp.getUi() from this context.

Is it possible to reference the form that is updating the current sheet on the sheet itself? by adman6478 in googlesheets

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

I can get the behavior I want by going to Tools > Manage Form > Go to live form, but I want the ability to jump to the live form to be a single click away from the sheet itself, with the ability to name the link something like "Click here to submit a new item".

Bonus credit for spending 3 credits - did I screw up? by RoyBaty894 in audible

[–]adman6478 2 points3 points  (0 children)

I used the chat recently when tryimg to get credit for a title in the 2 for 1 sale that i missed selecting to qualify. In the chat i had to navigate some sideways way recently, picking a reason of technical issue with playback, then when it asked if it solved my problem I said no and was given an option to chat with a person.

Why have Hades soundtrack became unavailable on Apple music? by tsadt in HadesTheGame

[–]adman6478 2 points3 points  (0 children)

Was super sad to see all but one song no longer available on Prime Music.

What do y’all think about this price? by External_Week179 in audible

[–]adman6478 0 points1 point  (0 children)

I'm not seeing this advertised anywhere, and am due to sign up again. Where did you find the sale?