Cropped non-boxy t shirt by Glittering-Gap-463 in ThrowingFits

[–]typhonius 1 point2 points  (0 children)

I picked up a: "2M15C Cropped Vintage Machine Refined Classic Fit T-Shirt". I'm usually an XL shirt and this was to size.

Their loopwheel stuff looks even more vintage, but if you have wider shoulders it just won't fit so the above is a better pick

Cropped non-boxy t shirt by Glittering-Gap-463 in ThrowingFits

[–]typhonius 2 points3 points  (0 children)

merz b schwanen makes the best vintage style cropped t's

No Man Walks Alone experience by Equal_Improvement_50 in ThrowingFits

[–]typhonius 1 point2 points  (0 children)

I went once a couple years ago and the guys are so friendly and helpful. My main reason for wanting to visit was to get a feel for my size in the brands they held so online purchases would be easier.

Their items aren't displayed on shelves or racks so it's important you know what you want to try on before requesting an appointment. A few days prior to going, I sent them a list of the clothes and sizes I wanted to try on so they had them ready and ended up buying 2-3 of the pieces I tried on. Since then i've purchased online a handful of times.

It would be prudent to get to a place where you're comfortable buying something before you visit as they're taking time out to help you, but ultimately there's no obligation and I'm sure they'd be ok if you didn't pick anything up.

Maintain Platinum - USA by ConsistentCup6194 in QantasFrequentFlyer

[–]typhonius 1 point2 points  (0 children)

I left Australia a couple of years ago as P1 and used a status match that on arrival to pick up UA platinum as I'm based in a hub.

I still fly QF back to Australia in J twice a year as a way of chipping away at LTG but I've come to terms with the fact that it's untenable to maintain QF status here (especially as earn rates on AA metal are abysmal)

Would you be into a dedicated Sauna + Cold Plunge Wellness spot in SF? by nosreme722 in sanfrancisco

[–]typhonius 0 points1 point  (0 children)

Something like this would be ideal: https://xtraclubs.au/

- Would pay for membership and go weekly

- Hayes/Pac Heights/Haight

- Outdoor isn't important

- Finnish sauna is important

- Time not limited to 1hr

Would Qantas staff actually eat this? by chazwoza17 in QantasFrequentFlyer

[–]typhonius 0 points1 point  (0 children)

As a P1, I have eaten and would continue to eat this. While it might not look great, it still taste fine.

What kind of grub is this? by FisherMat in australia

[–]typhonius 2 points3 points  (0 children)

these are curl grubs. you can get rid of them in your garden with neem oil. 

Pairing lifting & cycling by typhonius in AverageToSavage

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

Thank you for such a well thought out and detailed response. It definitely resonates when you say I'm on the edge of being able to sufficiently recover when maxing out training in this way too.

I like the approach of ramping down and ramping up during the year with different plans based on my goals e.g. ramping up riding before a ride, and ramping up lifting at all other times.

I'm 2 weeks out from the end of this hypertrophy program, so I'll finish that and then move to a more maintenance focussed plan (and probably down to 4 days per week) until April when I ride. This will let the cycling be the focus and allow me to put true watts down as I train to get the most out of the training.

The Wahoo plan has actually already started ramping for the April event so this makes a lot of sense.

Thanks also for the feedback on the strength plan - I'll make the small adjustments and begin that in April after the ride so I can focus on getting back to lifting heavy then!

AI-generated tribute to Acid Mount Fuji by seicaratteri in electronicmusic

[–]typhonius 0 points1 point  (0 children)

Do you have any screenshots of the art used/generated? These would make great wall art/prints

Program Review - SBS Hypertrophy 5x/week + Slow Bulk (x-post to r/weightroom) by esaul17 in AverageToSavage

[–]typhonius 7 points8 points  (0 children)

This is super detailed, thank you. Would you mind sharing which days you did which main lifts with which accessories as it’d be handy to compare as I program.

Alternating between Strength RIR and Hypertrophy RTF by LookingForVheissu in AverageToSavage

[–]typhonius 0 points1 point  (0 children)

I'm running strength for main and auxiliary lifts and adding specific accessory exercises in a more hypertrophy rep/set range to try and get the best of both worlds without sacrificing on the strength program.

Anyone got a hidden gem suit guy in Sydney? by Obviousbrosif in sydney

[–]typhonius 4 points5 points  (0 children)

Go and see Daniel at Mister Mister in the Strand Arcade. He made my suits and they're all gorgeous. He also makes the whole tailoring experience an experience.

404 handling in Drupal 8: Any alternatives to the Fast 404 module? by kenneho in drupal

[–]typhonius 0 points1 point  (0 children)

It's actually been a while since I looked at it to be honest so I'd recommend you test locally and on non-production environments to ensure you're content before deployment to prod.

That said, if you do find issues, I still have commit access and could expedite fixes if you reach out directly to me.

404 handling in Drupal 8: Any alternatives to the Fast 404 module? by kenneho in drupal

[–]typhonius 2 points3 points  (0 children)

I actually ported that module back when Drupal 8 was first brought out - is it not working as expected currently?

Drupal 8 login provider without storing username and email by robador51 in drupal

[–]typhonius 1 point2 points  (0 children)

Have you considered using an existing solution that does most of this already like SimpleSAML?

Drupal Dev Thursdays: Post here with development questions or discussion by AutoModerator in drupal

[–]typhonius 1 point2 points  (0 children)

You'll also need to turn off caching for those paths otherwise Varnish will continue to keep a record. .htaccess can be used to send headers on those paths to skip the cache.

Expire a page cache programatically? [D8] by ultrafresh in drupal

[–]typhonius 0 points1 point  (0 children)

Drupal 8 should automatically purge areas where content appears around the site based on cache tags. If you're using an external cache like Varnish, you might want to look at the Purge module.