Olin university chapter: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Removing all content from page)
m (Reverted edits by OLPC really sucks (Talk); changed back to last version by Nlee)
Line 1: Line 1:
{{TOCright}}

This is the wiki-homepage of the Olin college OLPC university chapter.

== Office Hours ==
Weekly office hours are held at 1CC on Friday and Sunday afternoons. Use this space to update and organize transportation, as well as giving [[user:SJ|SJ]] a heads-up on how many people to expect.

''' Suspended until after winter break '''

=== 4:30-6:30 pm, Friday ===
* ''drivers' names here (please include how many seats you have)''
** ''passengers get listed under driver''
** ''even if there are no drivers yet''

=== 2:00-5:00pm, Sunday ===
* ''drivers''
** ''passengers

== XOs on campus ==
There are currently 4 XOs on Olin's campus. To check out a machine, contact [[User:GregMarra|Greg]].

* 1 B1 machine with Andy Barry
* 1 B2 machine with [[User:nlee|Nikki]]
* 1 B2 machine with [[User:GregMarra|Greg]]
* 1 B4 machine with [[User:Nlee|Nikki]]

== Projects ==
Please post proposed projects here, so that we can apply for [[Developers program]] support (like XOs to use).

<table border='1'>

<tr>
<th>Project Name</th>
<th>Project Description</th>
<th>Professor</th>
<th>Contact</th>
<th>Materials needed</th>
<th>Additional Information</th>
</tr>
<!-- you can copy this template, and put it below -->
<tr>
<td>the title/name of your project</td>
<td>a basic description of your project</td>
<td>which Olin prof is supervising your project? (required)</td>
<td>your name here (link to user page, if you have a wiki account)</td>
<td>what do you need to do it?</td>
<td>anything else you want to say</td>
</tr>

<!-- add new entries here -->

<tr>
<td>[[Yalp]]</td>
<td>Audio sampling toy</td>
<td>n/a</td>
<td>Ben Fisher</td>
<td>nothing - done</td>
<td></td>
</tr>

<tr>
<td>[[Distributed mesh weather sensors]] (as an educational and research tool)</td>
<td>Create a USB weather data collection unit that can be inexpensively produced and provided to (students / schools).</td>
<td>Software Design / POE</td>
<td>[[User:GregMarra|Greg]]</td>
<td>Some money for prototyping, some people who like electronics, some people who want to develop the backend, some people who want to develop the XO mesh logging software.</td>
<td>Just an idea Andy Barry, myself, and Evan Morikawa came up with.</td>
</tr>
<tr>
<td>"Lights" game for OLPCs</td>
<td>Implement the "lights" game for the OLPC. [[http://www.whitman.edu/mathematics/lights_out/ Online version of game]].</td>
<td>Software Design</td>
<td>[[User:GregMarra|Greg]]</td>
<td>An OLPC and someone who knows a bit about PyGame type stuff.</td>
<td>It's a super fun addictive game.</td>
</tr>
<tr>
<td>[[Unicoder character pad|"Unicoder" Character Pad]]</td>
<td>Simple text editor for quickly entering non-ascii characters.</td>
<td>Unknown</td>
<td>Ben Fisher</td>
<td>Completion, ideas, feedback, maybe someone who knows Sugar</td>
<td>I'm not sure whether this should be a dhtml-js or Python-gui. I have something that kinda works in Firefox.</td>
</tr>
<tr>
<td>[[MIDIpad]]</td>
<td>A program for creating electronic music.</td>
<td>Unknown</td>
<td>Ben Fisher</td>
<td>A bit more planning, implementation. I don't have enough time to do this alone.</td>
<td>Although many people associate MIDIs with cheap crappy audio, this is only only because modern computers tend to use low-quality instruments. Back in the day, there were actually good-sounding MIDI sound cards. Timidity can also render using SoundFonts, and there are some very good SoundFonts available online.</td>
</tr>
<tr>
<td>Mp3 tagger</td>
<td>Program for adding/changing ID3 tags for mp3/ogg audio files. The freeware program Mp3Tag is very good but its source is closed. Also, I'd like to add some ways to make metadata entry faster.</td>
<td>Unknown</td>
<td>Ben Fisher</td>
<td>Finishing it, help with the gui</td>
<td>Will the user need to organize files? What is the XO's filesystem?</td>
</tr>

<tr>
<td>[[USB GPS|USB GPS Device]]</td>
<td>Hardware GPS to connect to XO.</td>
<td>Unknown</td>
<td>Andy P</td>
<td>Software modification</td>
<td>This is another example of hardware that could produce value to international companies, creating income generation opportunities.</td>
</tr>

<tr>
<td>Development Image on ACL Machine</td>
<td>Install Sugar onto an ACL machine so we can play with it, and test things out faster than on the XOs</td>
<td>Mark Chang, hopefully</td>
<td>Stephen L</td>
<td>ACL Machine, Sugar image, Fedora</td>
<td>Should be useful</td>
</tr>

</table>

== Meeting notes ==

[[Image:Olin-university-chapter-students.JPG|right|Olin students visit the OLPC Boston office]]

Archives of minutes can be viewed at the [[Olin university chapter/archives]] page.

=== 12/16/07 (Office Hours) ===
I took notes on stickies. I will add them ASAP. --[[User:Nlee|Nikki]] 17:02, 17 December 2007 (EST)

== Current tasklist ==

* schedule visit to the Trotter School, coordinate with Engineering Discovery
* continue Yalp interface design
* schedule office hours
* brainstorming
* documentation

Revision as of 01:55, 18 December 2007

This is the wiki-homepage of the Olin college OLPC university chapter.

Office Hours

Weekly office hours are held at 1CC on Friday and Sunday afternoons. Use this space to update and organize transportation, as well as giving SJ a heads-up on how many people to expect.

Suspended until after winter break

4:30-6:30 pm, Friday

  • drivers' names here (please include how many seats you have)
    • passengers get listed under driver
    • even if there are no drivers yet

2:00-5:00pm, Sunday

  • drivers
    • passengers

XOs on campus

There are currently 4 XOs on Olin's campus. To check out a machine, contact Greg.

  • 1 B1 machine with Andy Barry
  • 1 B2 machine with Nikki
  • 1 B2 machine with Greg
  • 1 B4 machine with Nikki

Projects

Please post proposed projects here, so that we can apply for Developers program support (like XOs to use).

Project Name Project Description Professor Contact Materials needed Additional Information
the title/name of your project a basic description of your project which Olin prof is supervising your project? (required) your name here (link to user page, if you have a wiki account) what do you need to do it? anything else you want to say
Yalp Audio sampling toy n/a Ben Fisher nothing - done
Distributed mesh weather sensors (as an educational and research tool) Create a USB weather data collection unit that can be inexpensively produced and provided to (students / schools). Software Design / POE Greg Some money for prototyping, some people who like electronics, some people who want to develop the backend, some people who want to develop the XO mesh logging software. Just an idea Andy Barry, myself, and Evan Morikawa came up with.
"Lights" game for OLPCs Implement the "lights" game for the OLPC. [Online version of game]. Software Design Greg An OLPC and someone who knows a bit about PyGame type stuff. It's a super fun addictive game.
"Unicoder" Character Pad Simple text editor for quickly entering non-ascii characters. Unknown Ben Fisher Completion, ideas, feedback, maybe someone who knows Sugar I'm not sure whether this should be a dhtml-js or Python-gui. I have something that kinda works in Firefox.
MIDIpad A program for creating electronic music. Unknown Ben Fisher A bit more planning, implementation. I don't have enough time to do this alone. Although many people associate MIDIs with cheap crappy audio, this is only only because modern computers tend to use low-quality instruments. Back in the day, there were actually good-sounding MIDI sound cards. Timidity can also render using SoundFonts, and there are some very good SoundFonts available online.
Mp3 tagger Program for adding/changing ID3 tags for mp3/ogg audio files. The freeware program Mp3Tag is very good but its source is closed. Also, I'd like to add some ways to make metadata entry faster. Unknown Ben Fisher Finishing it, help with the gui Will the user need to organize files? What is the XO's filesystem?
USB GPS Device Hardware GPS to connect to XO. Unknown Andy P Software modification This is another example of hardware that could produce value to international companies, creating income generation opportunities.
Development Image on ACL Machine Install Sugar onto an ACL machine so we can play with it, and test things out faster than on the XOs Mark Chang, hopefully Stephen L ACL Machine, Sugar image, Fedora Should be useful

Meeting notes

Olin students visit the OLPC Boston office

Archives of minutes can be viewed at the Olin university chapter/archives page.

12/16/07 (Office Hours)

I took notes on stickies. I will add them ASAP. --Nikki 17:02, 17 December 2007 (EST)

Current tasklist

  • schedule visit to the Trotter School, coordinate with Engineering Discovery
  • continue Yalp interface design
  • schedule office hours
  • brainstorming
  • documentation