Viewing profile — Rockdtben
Rockdtben
HN member- Joined
- Sat, Nov 17, 2012, 9:59 PM UTC
- HN karma
- 24
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About Rockdtben
Recent public activity
-
comment
Comment #10677546
The worst experience I've had with people using their phones during a performance was during a Broadway musical. The lady a seat in front of me to the left thought it would be a go…
-
comment
Comment #10388097
"On-Topic: Anything that good hackers would find interesting. That includes more than hacking and startups. If you had to reduce it to a sentence, the answer might be: anything tha…
-
comment
Comment #10148834
11:30 AM: Stop working
-
comment
Comment #10125955
9:30 AM: Arrive at office. 11:30 AM: Stop working 11:50 AM: Go to lunch. 1:30 PM: Get back from lunch. 4:55 PM: Go Home. 2 hours a day.
-
comment
Comment #10117742
There is a form to submit words that are missing.
-
comment
Comment #10117737
There is a form to submit words that are missing.
-
comment
Comment #10117735
There is a form to submit words that are missing.
-
comment
Comment #10117715
There is a form to submit words that are missing.
-
comment
Comment #10000056
I will be switching to Ubuntu as well. I have encouraged my friends to do the same.
-
comment
Comment #9780879
When tasers were introduced they were supposed to be used in situations where an officer would have instead used lethal force. In the John Kerry "Don't tase me bro" incident. The o…
-
comment
Comment #9750180
I got a PR request up on the github if you want it. https://github.com/idoco/map-chat/pull/11
-
comment
Comment #9701554
Going to a page and the first thing I see is someone with their mouth gaping open and looking up. Horrible design.
-
comment
Comment #8080571
Your viewpoint is flawed and very anti-science.
- comment
-
comment
Comment #7955832
"25 countries Photoshop a journalist to make her beautiful" Makeup cannot make anyone beautiful. Photoshop cannot make anyone beautiful. Fake Beauty is a commodity.
-
comment
Comment #6768192
What bothers me is how they say "source codes" instead of "source code".
-
comment
Comment #6759364
I thought Jython was the Python of Java?
-
comment
Comment #5876655
I'm pretty sure you missed his joke. "You can write an email to yourself." AKA They are going to read your personal email anyways...
-
comment
Comment #5259004
Never wrote javascript before. http://jsbin.com/ugojoq/267/edit LinkedList.prototype.reverse = function () { var start = this.head; var prev = this.head; var curr = prev.next; prev…