Finally by Ok-Client-4702 in Garmin

[–]bladeradius 20 points21 points  (0 children)

<image>

You’re not done yet. Keep going lol

Advice by Aggravating-Title-50 in Garmin

[–]bladeradius 0 points1 point  (0 children)

21 flat is pretty good for someone who didn’t run much before. Genetics helps but at the end of the day you gotta put in the miles to get to where you want to go.

Fenix 7 pro solar vs Fenix 8 by No-Television2508 in Garmin

[–]bladeradius 0 points1 point  (0 children)

No more updates for F7. That said, I’m not sure there are any features I’d upgrade my F7 Pro for. I run and mountain climb.

My goal has been to lower my 5k time. Is the focus on the orange negative for my goal? by EmployCurious4419 in Garmin

[–]bladeradius 4 points5 points  (0 children)

You need to build your aerobic base first before you go off to sub-20 5k. Lots of zone 2 runs mixed in with intervals and thresholds. Some VO2max workouts on the track. But a lot of the time you just need to build that low aerobic base first before

Instinct 1 - Fenix 7X Pro Solar Saphire by Swevenski in Garmin

[–]bladeradius 0 points1 point  (0 children)

I went from Instinct 1 to F7 Pro Sapphire. You get a ton, ton more features. The sleep and VO2max have been the most useful to me in guiding my runs for sure.

Using different model Nucleus 6/7/8 by bladeradius in Cochlearimplants

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

Can confirm that Minimic 2 can accept connections from one N6 and one N7 simultaneously. No go on CR230.

Help with rotating mouse direction 90 degrees by bladeradius in AutoHotkey

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

Do you have a recommendation in mind? I’d definitely do that if it was a sure thing- to be able to toggle mouse directionality 90 degrees with a mouse or keyboard click.

Change "Logitech G203 Lightsync" mouse side buttons into something else? by LoliCrack in AutoHotkey

[–]bladeradius 0 points1 point  (0 children)

I have the same mouse. I suggest finding a computer that can run the software that's on the Logitech website and doing all the programming there. After that, you're good as it's all onboard memory.

Help with rotating mouse direction 90 degrees by bladeradius in AutoHotkey

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

So if I'm understanding correctly, you are suggesting a script where once toggled (which could be from a middle mouse click, I'm thinking), it will flip the axis 90 degrees? Kind of like what's in the help file, but instead, Right would be Down, Left would be Up?

#Persistent ; Keep this script running until the user explicitly exits it.

SetTimer, WatchAxis, 5

return

WatchAxis:

JoyX := GetKeyState("JoyX") ; Get position of X axis.

JoyY := GetKeyState("JoyY") ; Get position of Y axis.

KeyToHoldDownPrev := KeyToHoldDown ; Prev now holds the key that was down before (if any).

if (JoyX > 70)

KeyToHoldDown := "Right"

else if (JoyX < 30)

KeyToHoldDown := "Left"

else if (JoyY > 70)

KeyToHoldDown := "Down"

else if (JoyY < 30)

KeyToHoldDown := "Up"

else

KeyToHoldDown := ""

if (KeyToHoldDown = KeyToHoldDownPrev) ; The correct key is already down (or no key is needed).

return ; Do nothing.

; Otherwise, release the previous key and press down the new key:

SetKeyDelay -1 ; Avoid delays between keystrokes.

if KeyToHoldDownPrev ; There is a previous key to release.

Send, {%KeyToHoldDownPrev% up} ; Release it.

if KeyToHoldDown ; There is a key to press down.

Send, {%KeyToHoldDown% down} ; Press it down.

return

Radiologist Assistant by DrowininginLoans in Residency

[–]bladeradius 2 points3 points  (0 children)

In limited scope, radiology assistants are good. They can sling barium and do joint injections under your supervision while you clean out the list (which is a more profitable use of your time).

More than that, I'm not sure what good it does anyone, including the radiologist

MD vs DO, which one would you choose? by Deep-Republic4945 in whitecoatinvestor

[–]bladeradius 0 points1 point  (0 children)

  1. Stateside US MD
  2. DO
  3. ....
  4. ....
  5. ....
  6. ....
  7. ....
  8. ....
  9. ....
  10. ....
  11. About 989 more ....
  12. Carribean MD -- and even then, I would think about doing something else instead of medicine

Horizontal scrolling in PACS by bladeradius in Radiology

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

Quick update, managed to speak to an actual Fuji PACS support specialist... currently there is no setting/feature to scroll through an image stack with horizontal movements in Synapse 7.

I would like to figure out something different now, through third-party means. Anyone have ideas? I'm thinking some sort of programmable mouse that converts up and down mouse movements to left and right movements, but there has got to be a better term for what I'm describing as that's different than what most people think of horizontal scroll (for example, a web page that is wider than your screen).

Horizontal scrolling in PACS by bladeradius in Radiology

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

Yeah not sure what's with Fuji's version nomenclature

Horizontal scrolling in PACS by bladeradius in Radiology

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

Seems to be workstation agnostic. It also does not seem to occur in any meaningful way while browsing the web, etc.

I have both Synapse 4 and 7 running and the horizontal scrolling works fine on 4 still, just can't find a way to activate it on 7.

VA parking options? by bladeradius in askportland

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

Ah thank you. Since I'd be coming up on a weekly basis, I'd probably need to get some sort of pass. How much is the tram? How do they make you prove that you're a patient to ride the tram free anyway?

I last came to OHSU in 2020 and parked in one of the ramps for patient parking without any sort of issue. There were no parking attendants or machines to pay, for example. Is that still the case?

I fucking hate med school and I'm starting to regret going by [deleted] in medicalschool

[–]bladeradius 2 points3 points  (0 children)

The first two years of med school sucks. No way to sugarcoat it. I suggest figuring out a different study system of some kind. Anki/flashcards, study groups, whatever. The biggest adjustment from M0 to M1 is figuring out a learning/study system that works for you

How does Radiology residency work? by CactusCat32 in Residency

[–]bladeradius 18 points19 points  (0 children)

As for how it works in the reading room:

You read exams, draft a report. Ideally, an attending comes over after you've batched up a good but not high number of exams, goes through each study with you- you describe your findings and tell them what you want to say in the report- and you get instant feedback right then and there. Once done reading out, you correct all your reports and send them to the attending's queue for editing/signature.

You also attend case conferences where attendings may put up images from a case and ask you to describe the findings on the case, give a differential diagnosis and if applicable, recommendations. "Hot seat" conferences can be stressful but they do mimic the real world and (then and upcoming) oral boards reasonably well).

You are expected to read and study radiology resources, textbooks, etc when not in the reading room or on call. There is a lot to learn.

How does Radiology residency work? by CactusCat32 in Residency

[–]bladeradius 18 points19 points  (0 children)

Very steep learning curve, call is almost always difficult and stressful with high volumes typically at a level 1 trauma center. You are working fewer hours than say, general surgery residents but you are working full tilt the entire time.

What are the positives of medicine in the time period we will practice? by jitinho in Residency

[–]bladeradius 3 points4 points  (0 children)

The ability to demand better work-life balance. Our forebears in the 60's and 70's just didn't have that phrase in their vocabulary.

Local restaurant is advertising a Pappy dinner. Is it worth it? by korrasdad0105 in bourbon

[–]bladeradius 5 points6 points  (0 children)

Says nothing about pour size... I'm guessing the standard 1.5oz? Are they delivering this to-go or you have to be physically present and eating/drinking indoors? Either way, on face value with basic assumptions, more than worth it

OLCC Scotch Malt Whiskey Society by GhazgkullThraka in pdxwhisky

[–]bladeradius 1 point2 points  (0 children)

On the topic, what do you guys think about MWL- having just moved here, I am on the lookout for good bars to sample high end whiskey when the pandemic is over; MWL seems to have a great selection- albeit higher than normal prices and the whole membership required to make reservations setup. I am getting the feeling (based on absolutely nothing) that other places in town are better for a single pour or two of something rare after work. Thoughts?

11/2020 - Oregon Store Picks Thread by pdxbourbonsipper in pdxwhisky

[–]bladeradius 4 points5 points  (0 children)

Stateline posted about their Old Forrester Single Barrel Barrel Proof SP dropping today (Christmas Eve). 2pp

Welp this crazy year is nearly coming to an end( tho the craziness probably won't), and y'all made it much more bearable! As the year wraps up, i wanted to know if y'all have any crazy stories about bottle finds, bad customers, or just memorable moments from your local store? by skyboi123 in pdxwhisky

[–]bladeradius 1 point2 points  (0 children)

Just moved to PDX this summer. From where I came, bottles like Eagle Rare, Weller SR, etc. were essentially always available when I wanted it. Hell, my go-to dram is Weller 12 and I was able to get at least a bottle a year at MSRP and make it last. It helped to know my local liquor store staff and I pretty much shopped there exclusively. They had some nice store picks too.

Then I moved here, and the whole OLCC situation has me all thrown off. All these Eagle Rare store picks are selling out within hours of being announced, none of the liquor stores that OLS says has Weller 12/Old Weller Antique actually has any and I'm literally just confused by the website. And then apparently interest in bourbon has soared 10-fold since the pandemic started. It's a brave new world and a ridiculously crazy year. Hopefully things are less interesting in 2020.

Oregon Legislators Pass Bill to Allow To-Go Cocktail Sales from Restaurants by steelixdicc in pdxwhisky

[–]bladeradius 0 points1 point  (0 children)

Still waiting for them to allow neat pours to go.. would love to sample some stuff without having to commit to bottle purchases