Viewing profile — downtowncanada
downtowncanada
HN member- Joined
- Mon, Feb 27, 2012, 2:49 AM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About downtowncanada
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6903877
I thought about this once... one of the added benefits would be that stores and restaurants could automatically be multilingual you'd probably have to RFID the stock in a retail se…
-
comment
Comment #6903872
make a remote control with a mic with one button on it. the altekaker (your grandma) presses the button and asks her television to do things. the audio is matched against previous …
-
comment
Comment #6489862
if(typeof i[p] === typeof 3){//it's an int sum += i[p]; }else if(typeof i[p] === typeof [3]){//it's an array recursion(i[p]); } pretty simple no?