https://github.com/robatron/cap-hill-tower
Information and code related to our Capitol Hill Townhouse
https://github.com/robatron/cap-hill-tower
Last synced: 6 months ago
JSON representation
Information and code related to our Capitol Hill Townhouse
- Host: GitHub
- URL: https://github.com/robatron/cap-hill-tower
- Owner: robatron
- License: gpl-2.0
- Created: 2013-12-23T22:48:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T03:55:55.000Z (over 12 years ago)
- Last Synced: 2025-03-14T22:08:57.137Z (over 1 year ago)
- Size: 125 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cap-hill-tower
==============
Information and code related to our Capitol Hill Townhouse
Current Residents
-----------------
- [@cooleys](//github.com/cooleys)
- [@robatron](//github.com/robatron)
- [@seanconnell](//github.com/seanconnell)
### Honorary
- [@nicodemus26](//github.com/nicodemus26)
- [@andermic](//github.com/andermic)
Kitchen
-------
### Food & Drink
- All food and drink is up for grabs by anyone unless there is a name on it
### Dishes (including cups, glasses, utencils, etc.)
Algorithm for keeping the kitchen clean for the next user(s):
``` python
def roommate.finish_using_dish ( dirty_dish ) :
roommate.rinse_food_thoroughly( dirty_dish )
if dishwasher.has_dirty_dishes():
if not dishwasher.is_full():
roommate.put( dirty_dish, dishwasher )
if dishwasher.is_full():
dishwasher.run()
else: # last roommate forgot to run dishwasher
roommate.put( dirty_dish, kitchen.counter_right_of_sink )
dishwasher.run()
elif dishwasher.has_clean_dishes():
if roommate.is_awesome():
roommate.put_away( dishwasher.clean_dishes )
roommate.put( dirty_dish, dishwasher )
elif roommate.is_lazy():
roommate.put( dirty_dish, kitchen.counter_right_of_sink )
roommate.feel_shame()
```
### Linens
- Clean linens should be hanging by the sink and on the oven handle
- Place dirty linens in the washer to be washed with next roommates load
Trash, Recycling, & Compost
---------------------------
### Outside
- **Pickup day:** Thursday morning (put out bins Wednesday evening)
- **Pickup location:** Against east fence in the ally
- **Storage location:** North side of the townhouse row
### Inside
- **Small compost bags** for sink-side compost bin located in small bag drawer
- **Large compost bags** for outside compost bin located outside
Toilet Paper & Paper Towels
---------------------------
- Located in community bathroom near kitchen
WiFi
----
- Not putting this info publicly online ;-) Ask a resident.
Project Ideas
-------------
- Simple lean ladder for the livingroom sitting area (made of recycled wood?)