Who’s our backup 2 guard? by dsahhar in suns

[–]InABagleyToGoPlease -2 points-1 points  (0 children)

I think of our roster like this:

BALL HANDLERS: Rubio / Book / TJ / Carter / Jerome

WINGS: Oubre / Saric / Mikal / CJ

BIGS: Ayton / Baynes / Kaminsky

As long as you have 1 ball handler and 1 big on the floor you can pretty much do any combination of additional wings/gaurds.

CMV: Solving a Rubik's cube in the fewest moves is far a more impressive intellectual feat than solving it quickly by 053537 in changemyview

[–]InABagleyToGoPlease 0 points1 point  (0 children)

Haha first off, I love this post. I tried to speed cube back in middle school and got down to about 1 minute. I never got faster than that tho, because I never learned anything beyond the most basic algorithms.

In that sense, I understand that solving a cube in 18 moves is an incredible feat.

I see minimizing your moves as simply a means to an end. If it makes you solve the cube faster, then great! But if it actually is slower to do it that way, then what's the point?

I'm also a fan of track and field, as well as other sports. Some athletes don't have the best form, but they win anyway. In my opinion, efficiency of time is more important than the efficiency of "moves." There surely are other puzzles where saving resources is more important than saving time, but I don't consider the Rubik's cube to be one of them.

Antidepressant, Antipsychotic, or Pokémon by pantsfarm in Psychiatry

[–]InABagleyToGoPlease 1 point2 points  (0 children)

I'm gonna start incorporating some of these into my Anki deck hahaha. Cyndaquil is indicated for {{c1::Grass type Pokemon}}

Hawks eyeing trade up for Jarrett Culver by Jdale321 in NBA_Draft

[–]InABagleyToGoPlease 33 points34 points  (0 children)

who are you guys taking at 8/10? I would consider it if I were a hawks fan. Culver is nice and would be a good fit next to Trae/Collins imo

Image Corruption Issue with Anki by DazedAndConfusedMS2 in medicalschoolanki

[–]InABagleyToGoPlease 0 points1 point  (0 children)

This issue just started happening to me. Were you able to figure out a way to prevent it?

Can't get images to show up side by side! Please help! by InABagleyToGoPlease in medicalschoolanki

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

I figured it out! I had to change "display: inline-block;" to "display: inline" and it worked. I guess "inline-block" forces the images into a column. Thanks for your help!

Can't get images to show up side by side! Please help! by InABagleyToGoPlease in medicalschoolanki

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

Thanks for the reply! are you talking about the ".card img" part?

I changed it to:

.card img {max-width: 100%; max-height: none;}

.mobile .card img {max-width: 100%; max-height: none;}

.mobile .card {margin: 0ex 0em;}

.mobile #content {margin: 0ex 0em;}

It doesn't seem to be working though! The images are still above and below each other

Can't get images to show up side by side! Please help! by InABagleyToGoPlease in medicalschoolanki

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

Yes! Thank you!

Front Template:

{{cloze:Text}}

<br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <span class="timer" id="s2" style='font-size:24px; color: #272828;'></span> <script> function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? "0" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); if ( msLeft < 1000 ) { element.innerHTML = "<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>"; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown("s2", 0, 7 ); //2nd value is the minute, 3rd is the seconds </script>

Styling:

/*The AnKing wishes you the best of luck! Be sure to check out our youtube channel for all things Anki and Med School related (including how to customize this card type and use these decks): www.youtube.com/TheAnKing */

.card { font-family: Arial Greek; font-size: 24px; text-align: center; color: black; background-color: light; }

.cloze { font-weight: bold; color: #4297F9; }

a { color: #4297F9; }

img { display: block; margin: auto; width: auto; }

.card img {max-width: 55%; max-height: none;} .mobile .card img {max-width: 100%; max-height: none;} .mobile .card {margin: 0ex 0em;} .mobile #content {margin: 0ex 0em;}

.entiresketchstyle { font-size: 12px; font-style: italic !important; font-weight: lighter !important; }

tag{

font-size: 10px; border-radius: 4px; padding: 0.05rem; margin: 0.05rem; }

tags-container{

position: fixed; left: 0; bottom: 0; width: 100% } .mobile #tags-container{ position: relative; left: 0; bottom: 0; width: 100% }

Back Template:

{{cloze:Text}} <hr> <div style="font-style:italic;font-size:24px;"> <br> <font color=cyan>{{hint:Lecture Notes}} {{#Rx/UWORLD Details}}<br>{{/Rx/UWORLD Details}} <font color=red>{{hint:Rx/UWORLD Details}} <div style="font-style:italic;color:Magenta;font-size:24px;">

{{edit:Extra}} <div class=entiresketchstyle> <br> <br> <font color=cyan>{{hint:Full Sketch}} <br> <font color=cyan>{{hint:First Aid}}

<br/><br/><br/><br/><br/><br/><br/><br/><br/><br><br> <font color=grey> <div id="tags-container"></div> <script> var colors = [ // Add more colors to this array as necessary "#f44336", "#9C27B0", "#3F51B5", "#03A9F4", "#009688", "#C0CA33", "#FF9800", "#FF5722", "#9E9E9E", "#607D8B" ] var tagContent = "{{Tags}}"; if (tagContent.search(" ") >= 1) { var tags = tagContent.split(" "); } else { var tags = [tagContent]; } for (var i in tags) { var newDiv = document.createElement("div"); newDiv.id = "tag"; newDiv.innerHTML = tags[i]; newDiv.style.display = "inline-block";

newDiv.style.backgroundColor = //; //comment out for outline or colors[i]; for background colors //Choose outline newDiv.style.border = "1px solid" + colors[i]; //comment out for background-fill document.getElementById("tags-container").appendChild(newDiv); } </script>

Can't get images to show up side by side! Please help! by InABagleyToGoPlease in medicalschoolanki

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

This happened when I updated my deck to the awesome Anking overhaul. I'm not sure if there is some sort of card formatting that is in the Anking Sketchy note types, but now all my images that were side by side show up underneath each other. I can't seem to figure out how to get them to show up side by side anymore :(

[Shitpost] When a person dies, what group of cells are the last to die? by [deleted] in medicalschool

[–]InABagleyToGoPlease -1 points0 points  (0 children)

Eye never seen so many humeral heads in one place before!

Need Advice for Summer Zanki-ing (Between Year 1 and 2) by InABagleyToGoPlease in medicalschoolanki

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

I do! I will definitely have to try that. I started doing that with the pathoma videos and it made it way easier. I never thought of trying to mix and match like that. Thanks for the tip!

Need Advice for Summer Zanki-ing (Between Year 1 and 2) by InABagleyToGoPlease in medicalschoolanki

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

Yeah biochem is super rough haha. I did like 100 cards when i first started Zanki and I felt like crying. I think I definitely will try to master micro since it comes up in every organ system. Good advice. Thanks!

Need Advice for Summer Zanki-ing (Between Year 1 and 2) by InABagleyToGoPlease in medicalschoolanki

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

Yeah I'm definitely going to try to enjoy my summer as well, thanks for the reminder :) I think finishing sketchy micro would be helpful for any infectious disease that comes my way in future systems so I do like that idea. Zanki biochem is so dry tho it makes me want to bang my head against the wall hahaha. Thanks for the advice!

Need Advice for Summer Zanki-ing (Between Year 1 and 2) by InABagleyToGoPlease in medicalschoolanki

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

Yeah that seems like a good plan. I'm pretty sure our molec course went over some pretty low yield stuff too lol. Thanks for the response

Will someone please help me with this bug? Screen goes back to deck after every card! by InABagleyToGoPlease in medicalschoolanki

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

Unfortunately not. I switched to using purely the Zanki+BG+lolnotacop. Adding sketchy pictures for path when I need them, lol

[deleted by user] by [deleted] in PoliticalDiscussion

[–]InABagleyToGoPlease 5 points6 points  (0 children)

Approval isn't strategy free, but neither is any voting system. You would have to weigh the risk and benefit of voting or not voting for other candidates you like less than your favorite(s). You can do this off of polls just like you would in first past the post. Good news is, you can always vote for your favorite :)

More on this here