Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rockdtben
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Rockdtben
11y ago
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 good idea to text in the dark performance hall with her p
2.
▲
by
Rockdtben
11y ago
"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 that gratifies one's intellectual curiosity." &q
3.
▲
by
Rockdtben
11y ago
11:30 AM: Stop working
4.
▲
by
Rockdtben
11y ago
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.
5.
▲
by
Rockdtben
11y ago
There is a form to submit words that are missing.
6.
▲
by
Rockdtben
11y ago
I will be switching to Ubuntu as well. I have encouraged my friends to do the same.
7.
▲
by
Rockdtben
11y ago
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 officer thought he needed to use deadly force
8.
▲
by
Rockdtben
11y ago
I got a PR request up on the github if you want it. https://github.com/idoco/map-chat/pull/11
9.
▲
by
Rockdtben
11y ago
Going to a page and the first thing I see is someone with their mouth gaping open and looking up. Horrible design.
10.
▲
by
Rockdtben
12y ago
Your viewpoint is flawed and very anti-science.
11.
▲
by
Rockdtben
12y ago
"25 countries Photoshop a journalist to make her beautiful" Makeup cannot make anyone beautiful. Photoshop cannot make anyone beautiful. Fake Beauty is a commodity.
12.
▲
by
Rockdtben
13y ago
What bothers me is how they say "source codes" instead of "source code".
13.
▲
by
Rockdtben
13y ago
I thought Jython was the Python of Java?
14.
▲
by
Rockdtben
13y ago
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...
15.
▲
by
Rockdtben
14y ago
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.next = null; while(curr !== null) { var n