mangeletti

↗ HN profile [ 909 ms ] full profile
Karma
2,895
Created
July 18, 2013 (13y ago)
Submissions
0
  1. Given the following, what do you think the console output will be? var x = 1; switch (x) { case 1: console.log('case 1'); case 2: console.log('case 2'); case 3: console.log('case 3'); default: console.log('default'); }…

  2. I've always been curious about whether this was to inspire a positive feeling, or if there was some other reason.

  3. For those of you who don't know what I'm talking about, click your username and then click "hidden". I ask this because I often, especially on mobile, accidentally "hide" posts, and I don't really understand the value…

  4. Awesome Vue (github.com)
  5. Clathrate Gun Hypothesis (en.wikipedia.org)
  6. Benford's Law (en.wikipedia.org)
  7. Let's Encrypt has begun the process of getting all websites on HTTPS, but for static sites this might be pointless for ISPs and others who could easily maintain databases of page size -> URL. If we add salt to our…

  8. I wonder about this; how long would it take, without the specific historical knowledge we have about the Enigma Code / Enigma Machines, but with our current computing power / security expert man power / knowledge of…

  9. I'm on OS X, but this question is of course relevant to Linux as well: I was thinking of making my home directory into a Git repo, so that I could easily see when new files (hidden or otherwise) are added by programs I…