Viewing profile — jchavannes
jchavannes
HN member- Joined
- Mon, May 21, 2012, 11:05 PM UTC
- HN karma
- 449
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About jchavannes
No profile information was provided.
Recent public activity
-
comment
Comment #16261276
Is there a way to link to a number? Or enter a number to view the image?
-
comment
Comment #15892580
This is (one of the reasons) why you should use HTTPS Everywhere and enable blocking of all unencrypted requests. This isn't new. You're susceptible to even worse MITM attacks if y…
-
comment
Comment #15792212
Thought I'd mention yours.org [1] which has multiple ways of monetizing content. With micropayments it's much more feasible to support this type of model. See their FAQ for more in…
-
comment
Comment #15616099
Wikipedia article on this: https://en.wikipedia.org/wiki/Toba_catastrophe_theory#Geneti... The Toba supereruption does correlate with a population decline, but evidence beyond that…
-
comment
Comment #15615907
They would need to MITM you. But take into account that it doesn't need to be Savitech. If Savitech was compromised, an attacker could get access to their private key. In a sense, …
-
comment
Comment #15485950
And yet somehow America didn't lose WWII. This type of rhetoric (that we need big government to make decisions for us) scares me a little. Also, people don't need to be altruistic …
-
comment
Comment #15305948
At least we'd have the choice to secure ourselves
-
comment
Comment #15255284
From a product perspective, it seems like a big decision and discussion about it may be insightful to those building other products. From an engineering perspective, those who have…
- story
- story
-
comment
Comment #12525938
Yep. This is the code that's causing it[1]: var now = Date.now()/1000; var dt = now - then; Adding this line fixes it: dt = dt > 1 ? 1 : dt; [1] https://github.com/grondilu/grondil…
-
comment
Comment #11776265
This is a good overview. The formula described is basically the Drake equation[1] - I'm surprised that isn't mentioned (other than in the sources) considering it is the basis of th…
-
comment
Comment #10805349
https://en.wikipedia.org/wiki/Economics_and_patents
-
comment
Comment #10033035
From the article: > Usually when a leap second is almost due, the NTP protocol says a server must indicate this to its clients by setting the “Leap Indicator” (LI) field in its res…
- comment
-
comment
Comment #10032928
leap seconds, or the like What else other than leap seconds are you referring to? Leap seconds are a problem for all time storage since most time parsers consider second 61 invalid…
-
comment
Comment #10032898
No mention of epoch time in the article? Just store using epoch and convert to local time zone when displaying. That's how *nix does it. https://en.wikipedia.org/wiki/Unix_time
-
comment
Comment #10028355
I'm not sure why this isn't one of the top comments. The wheel size is a nonstarter.
- story
- story
-
comment
Comment #8333673
How do you prove something is secure?
-
comment
Comment #8123314
For visualizing a large quantity of crons, I'd recommend something akin to https://github.com/federatedmedia/cronviz which will graphically show when jobs are scheduled to run.
-
comment
Comment #8072464
And how hard would it be for an attacker to use this logic? if crawler == twitter normal website else insert virus/spam fi I am strongly averse to redirector links because of the s…
-
comment
Comment #8054678
PHP. It was what I used initially so I could have access to our internal libs since our main application is in PHP. After crashing the ETL server a couple times though, I decided t…
- comment