Viewing profile — adamtj
adamtj
HN member- Joined
- Thu, Feb 12, 2009, 5:15 PM UTC
- HN karma
- 762
- Public activity
- 255 items
- HN profile
- View on Hacker News ↗
About adamtj
No profile information was provided.
Recent public activity
-
comment
Comment #23627221
It is allowed to used an encrypted connection to administer a remote repeater, like for amateur satellites. Only the control link may be encrypted. The repeated signals may not, ju…
-
comment
Comment #23627188
Radio spectrum is a limited and shared resource. It makes sense that it's licensed and regulated. But compared to other parts of the spectrum, the license is cheap and easy to get …
-
comment
Comment #23012469
How close will this be to being able to resolve starspots on something other than our sun?
-
comment
Comment #22728964
Get a 3M respirator with the appropriate filters for handling lead. When finished, wash up with Hygenall Lead-Off.
-
comment
Comment #22206244
That's not hard to imagine. Quick, what's 1/3 of a meter? The sometimes problem with metric is it's base-10. The prime factors of 10 are 2 and 5. Feet are in base-12, which has the…
-
comment
Comment #18915726
Probably all of it.
-
comment
Comment #18002538
In his essay "Gramscian Damage", ESR explains what he sees as the source of our ideas about cultural relativity. http://esr.ibiblio.org/?p=260
-
comment
Comment #17327925
I believe you are under a mistaken assumption. It's never ok to kill the suspect. Still, one can be justified in using lethal force. It's a very subtle distinction. You never shoot…
-
comment
Comment #17325594
Are the police not able to run away? No, not really. To threaten somebody with deadly force is a felony. You or I would have a duty to run away if possible. A police officer has a …
-
comment
Comment #16253735
Websites are like salespeople and the police: they can and will use your data against you. The first time I was told about Strava, I immediately dismissed it as useless. (After all…
-
comment
Comment #11215118
I'm told that the US military uses the phrase "Slow is smooth, smooth is fast."
-
comment
Comment #10113973
She, not he. The gang member in this case is a woman. https://en.wikipedia.org/wiki/Felicia_Pearson
-
comment
Comment #10023521
See also, "The Log: What every software engineer should know about real-time data's unifying abstraction" http://engineering.linkedin.com/distributed-systems/log-what... https://ne…
-
comment
Comment #10023398
When you don't know what a word means, the best place to start looking is usually a dictionary. For example, Merriam-Webster's definition 3: a small or inferior remnant or offshoot…
-
comment
Comment #9955624
If you are unprepared for a meeting, who's fault is that? There are different kinds of meetings. You need know what kind one is before you agree to attend. If it's a decision meeti…
-
comment
Comment #9937184
The fix isn't quite right. It may technically produce correct output now , but it's sloppy. The sloppy code is brittle and dangerous and perfect food for bugs, but that's a minor p…
-
comment
Comment #9923359
Should hackers actually kill somebody, I struggle to find a reason why the relevant automotive engineers and their managers shouldn't be charged and convicted of negligent homicide…
-
comment
Comment #9919599
Pedagogy? No, this article is written in that modern style of popular non-fiction which is meant to entertain above all other concerns, including such silly things as pedagogy, cla…
-
comment
Comment #9916679
Or, perhaps planets able to support civilization are relatively rare, and the few civilizations dumb enough to loudly broadcast their presence soon get exterminated when their plan…
-
comment
Comment #9842690
Intentionally or not, the author has cherry-picked the data in a way that completely undermines the article. The conclusion that "lives are at stake" is obviously true and supporte…
-
comment
Comment #9772365
This is a conversation with Andy Weir about Elon Musk, among other topics.
-
comment
Comment #9746602
I don't understand the purpose of these extreme licenses. If you don't want to restrict the usage of your software in any way, why not place it in the public domain? As I understan…
-
comment
Comment #9741568
> O(length of string) per step The big win here is not that it's as fast as the optimal algorithm (it's not), but that it's nearly as fast and vastly simpler. You're technically ri…
-
comment
Comment #9709064
A MITM can easily spoof IP addresses. You can't trust unsigned data, and IP address headers aren't signed. You also can't trust signed data if you don't trust the signature. That's…
-
comment
Comment #9708989
Even if a MITM can intercept HTTP requests to your server, they still can't hijack your registration attempt. The real problem is that if somebody can intercept your HTTP traffic, …