mangeletti
- Karma
- 2,895
- Created
- July 18, 2013 (13y ago)
- Submissions
- 0
- The IRS Homepage Is Blank (irs.gov)
-
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'); }…
- Python 3.6 Is Packed with Goodness (infoworld.com)
-
I've always been curious about whether this was to inspire a positive feeling, or if there was some other reason.
-
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…
- 18F is a Financial Disaster (sacbee.com)
- Awesome Vue (github.com)
- Texas Joins Legal Fight to Block Internet Oversight Transfer (star-telegram.com)
- Why the TSA Doesn't Stop Terrorist Attacks (youtu.be)
- Django Channels Load Testing Results (github.com)
- ‘Short Circuit’ Is a Horror Movie Now That Killer Robots Are Real (warisboring.com)
- Clathrate Gun Hypothesis (en.wikipedia.org)
- Benford's Law (en.wikipedia.org)
-
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…
- Sketch Changes Pricing Model (increases to $99/yr for updates) (blog.sketchapp.com)
- Instagram's Abomination – part 3 (elischiff.com)
- Show HN: MePed – Open Source Quadruped Robot (kickstarter.com)
- Instagram's Abomination – Part 1 (elischiff.com)
- Requiem for the American Dream – Noam Chomsky (youtube.com)
- Django 1.9.6 (bugfixes) released (djangoproject.com)
-
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…
-
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…