Entries by Brandon Muramatsu

,

Addendum: “Better” Web Video-Conferencing in a Medium Conference Room

I also shot some video using a 2011 iMac’s built-in HD FaceTime camera. I still think the Logitech HD Pro Webcam C910 is still a better choice. (Plus the iMac isn’t exactly portable.) 27″ iMac (2011) Built-in HD FaceTime Camera Here’s an example video captured through the Skype setup window on my 27″ iMac. The… Continue Reading Addendum: “Better” Web Video-Conferencing in a Medium Conference Room

Part 1: “Better” Web Video-Conferencing in a Medium Conference Room – The Contenders

This is a two part article, this one focuses on the problem and possible approaches to “better” quality. The next part focuses on video field of view and quality. TL;DR: On a Mac, use a Logitech HD Pro Webcam C910 for medium (14’x18′) conference rooms for 6-8 participants (at a 10′ long table). If you… Continue Reading Part 1: “Better” Web Video-Conferencing in a Medium Conference Room – The Contenders

,

Part 2: “Better” Web Video-Conferencing in a Medium Conference Room – Video Quality and Field of View

This is a two part article, this one focuses on video field of view and quality. The previous part focuses on the problem and possible approaches to “better” quality. TL;DR: On a Mac, use a Logitech HD Pro Webcam C910 for medium (14’x18′) conference rooms for 6-8 participants (at a 10′ long table). If you… Continue Reading Part 2: “Better” Web Video-Conferencing in a Medium Conference Room – Video Quality and Field of View

Yay Me! Natural Gas Usage

I’m 22% more efficient than my neighbors. #timeToTurnUpTheHeat [fusion_builder_container hundred_percent=”yes” overflow=”visible”][fusion_builder_row][fusion_builder_column type=”1_1″ background_position=”left top” background_color=”” border_size=”” border_color=”” border_style=”solid” spacing=”yes” background_image=”” background_repeat=”no-repeat” padding=”” margin_top=”0px” margin_bottom=”0px” class=”” id=”” animation_type=”” animation_speed=”0.3″ animation_direction=”left” hide_on_mobile=”no” center_content=”no” min_height=”none”][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]

A Thought for Connecting Students to Degree/Certification Pathways and Careers

Recently, we engaged in discussion with how we might further encourage students to pursue degrees and careers in STEM. (There’s a little bit more back story and focus, but it’s not necessarily relevant to the idea.) Through discussions I think we came up with a really interesting approach for using analytics and historical data (on… Continue Reading A Thought for Connecting Students to Degree/Certification Pathways and Careers

,

Tuesday Tip: CSS Border Radius Generator

A bajillion years ago, if you wanted a rounded corner on your web page, you’d have to fake it with an image. Now, just use css. The Border Radius website let’s you change the radii for the four corners of a rectangle. -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; (StartupDigest, January 20, 2012)