Viewing profile — jnewland
jnewland
HN member- Joined
- Sat, May 31, 2008, 3:58 AM UTC
- HN karma
- 389
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About jnewland
Recent public activity
-
comment
Comment #45532023
This is a pretty hilarious and long-winded way to say "we have no idea how to lock someone out of a web service:" > 1. While Ruby Central correctly removed access to shared credent…
- story
-
comment
Comment #17831182
Home Assistant is super dope. https://github.com/jnewland/ha-config is my config if anyone's interested!
- story
-
comment
Comment #11997257
While we're here, http://www.nytimes.com/2015/03/31/technology/china-appears-t... also happened in 2015. Not a legal request to remove content, per-say, but something...slightly di…
-
comment
Comment #10283128
Those tools are certainly useful! In the recent production incident I mentioned, we we able to quickly use SLOWLOG to determine which calls were causing the latency spikes. Thanks …
-
comment
Comment #10283037
This line jumped out to me as well. After a recent production incident determined to have been heavily influenced by several thousand O(N) commands being called against a list seve…
-
comment
Comment #9612916
I threw out that prototype soon after the talk. At the time, there weren't a lot of other engineers at the company doing Erlang, so maintenance was considered to be a long-term pro…
-
comment
Comment #9612914
I threw out that prototype soon after the talk. At the time, there weren't a lot of other engineers at the company doing Erlang, so maintenance was considered to be a long-term pro…
- story
-
comment
Comment #9192114
Hi cdibona! I'm primary on-call at GitHub today, and I wanted to say thanks to everyone that worked on https://code.google.com/export-to-github/ and worked with us to load test it …
-
comment
Comment #9171357
Step 1: Stop saying "cyber"
-
comment
Comment #7740104
If you have a subdomain, there's no need to use Cloudflare - if you CNAME this domain to pkulchenko.github.io you'll use GitHub's CDN automatically.
-
comment
Comment #7739243
That's exactly right.
-
comment
Comment #7739220
What domain? I'll get an issue filed to stop sending warning emails in cases like this. Thanks!
-
comment
Comment #7739083
Hey folks, Jesse from GitHub Ops here. First off, if you use a DNS provider that has support for a ALIAS records or something similar, pointing your apex domain to .github.io will …
-
comment
Comment #4524376
We use https://github.com/soundcloud/large-hadron-migrator/
-
comment
Comment #3577182
My wife is pretty convinced I brought this upon myself with my comment on that post. Lol, you never know.
-
comment
Comment #3072328
1. IO and CPU load spiked so much that the system was basically unresponsive over SSH. We think it was due another Xen VM swapping out of control. 2. Was 10 seconds with a 10 secon…
-
comment
Comment #2162104
has anyone out there actually used or evaluated clustrix? i haven't been able to find anything on the internet about this thing that hasn't come straight from the company.
-
comment
Comment #1817999
tl;dr version: http://files.jnewland.com/stonebraker-20101021-200946.jpg
-
comment
Comment #1616148
For those on OSX, I just hacked together a homebrew forumla for membase beta 2 yesterday: http://groups.google.com/group/membase/t/69a47f80a2b772b8
- story
- story
-
comment
Comment #984541
You can't gain any more cycles, of course, but you can gain throughput by adding processes to an already cpu-bound app by giving faster incoming requests a place to go instead of s…