@johnsonbradleym I really enjoyed going through the https://t.co/MFjbgnDSqZ arcade to improve my python skills and refresh on several cs topics. I don't know if it's still there, but the third problem in the 2sigma bot challenge was a max flow problem (so like Floyd-Fulkerson)
@johnsonbradleym I really enjoyed going through the https://t.co/MFjbgnDSqZ arcade to improve my python skills and refresh on several cs topics. I don't know if it's still there, but the third problem in the 2sigma bot challenge was a max flow problem (so like Floyd-Fulkerson)
@jxxf The PR represents a single logical idea / feature / bugfix, so when it's accepted, you no longer need to care about the work / mistakes along the way (e.g. "fixes fallout from review") and instead replace with a single merge commit with history-worthy content.
@xaprb So here I trace the edge of the deck in pink, and then use the angle trisection to find the red line, which points to... oh crap, that's not 1/3 of the cards, and the diagram isn't drawn to scale (╯°□°)╯︵ ┻━┻
@xaprb Or just measure out the 30° angle using a protractor (if you have one) or trig (for an approximation). Of course at that point you could just take the height of the deck / 3.
@xaprb With the stack of cards on its edge, you can draw a rectangle around them. Then trisect one of the 90° angles ( https://t.co/y4YGQ5Mtje ) which now gives you a template for where a third of the deck is.
@xaprb Yes/no questions don't really convey how much someone understands. It's okay to ask, "can you tell me what your understanding of that is?" (Possibly prefaced by explaining why you're asking if you're worried it comes across as pedantic)
@thetiebandit You can't tell much in 10 minutes, especially with candidates who take 15 minutes to get over nerves. But how about asking them to describe something they've built / designed that they're proud of? Lots of good follow ups (why proud, how built, etc)
@Codeanywhere Before, it was just a standalone environment that felt isolated, but now it can be integrated into a development lifecycle like for Lambda functions or other AWS services.
Amazon's level-up'd cloud9 from a fun sandbox environment to a powerful cloud-based IDE. This looks like it'll become my go to environment for the training classes I teach.
@pjstadig I'm focusing less on the fact that we're using computers to describe the type theory and more about how we can limit the types themselves to all be discrete types rather than over all of ℝ
@pjstadig I recall proving the incompleteness theorem via a diagonalization method, which relies on an infinite set. Does it still hold over a finite set of numbers?