Viewing profile — travjones
travjones
HN member- Joined
- Mon, Mar 23, 2015, 2:07 AM UTC
- HN karma
- 672
- Public activity
- 186 items
- HN profile
- View on Hacker News ↗
About travjones
No profile information was provided.
Recent public activity
- comment
- story
-
comment
Comment #24904136
woah, big tyme hater
- story
- story
-
comment
Comment #23432713
Cops may ask you not to record and even threaten you with arrest for recording. Do not be intimidated; it is your right to record without obstructing. If you find yourself in a sit…
- story
- story
-
comment
Comment #22376394
I think this is a great idea. Perhaps the "Github for data" copy could use some work, but the concept of obfuscating real data for use in building systems without the overhead or c…
-
comment
Comment #18801245
I graduated this past semester (Fall 2018), but I started working in industry a little over a year ago. I knew in my second/third year that academia wasn’t for me. However, grad sc…
-
comment
Comment #18537409
It seems that the HN community responds interestingly to topics of discrimination in tech (or, "lack of diversity"). It seems that there is a bit of denial in this community that t…
-
comment
Comment #16397410
To some extent I agree with you that behavioral science/psychology needs a unifying theory. Attempts at this have been made and are still alive and well. For example, take a look a…
-
comment
Comment #16119304
Interesting. There is actually a concept from behavior analysis called "behavioral momentum." [1] 1: https://en.wikipedia.org/wiki/Behavioral_momentum
- story
-
comment
Comment #15140352
... per megabyte.
-
comment
Comment #15128740
>> "a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files" Yeeks. Not good. (sudo) gem update --system ASAP
- comment
- story
- story
-
comment
Comment #12921242
Most meaningful applications will require the use of pointers. For example, unmarshalling json comes to mind. I wouldn't "avoid the use of pointers" if I were you. Rather, use them…
-
comment
Comment #12448207
I think it would produce a runtime error and return a stack trace. Someone more qualified than me should chime in though...
- story
-
comment
Comment #12295007
The link works for me. :)
-
comment
Comment #12295005
Wow. That's impressive. Thanks for the example numbers, Matt!
-
comment
Comment #12294494
Great work, Go team! Standout points in my opinion: Overall performance improvements: >> "We observed a 5–35% speedup across our benchmarks." Decreased compile times and binary siz…