Skip to content

Instantly share code, notes, and snippets.

require 'open3'
command = '$stderr.puts("X" * 70_000); $stdout.puts("X" * 70_000)'
full_command = "ruby -e '#{command}'"
Open3.popen3(full_command) do |_in, out, err, _t|
out.each { |line| $stdout.puts line }
err.each { |line| $stderr.puts line }
end
@mxhold
mxhold / 20141130_railsbridge_curriculum.md
Last active August 29, 2015 14:10
Rails Bridge Curriculum notes

Volunteer-Student interactions

  • When doing introductions, have volunteers write the names of the student on the board? Spatially grouped by experience or background?

  • Remind volunteers to ask students how it's going since they may not all raise their hands when they get stuck

Skill levels

  • Use BridgeTroll to track/group students' skill levels.