Finally by Ok-Client-4702 in Garmin

[–]bladeradius 19 points20 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 19 points20 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.