Live data from Hacker News

Viewing profile — jnewland

jnewland

HN member
Joined
Sat, May 31, 2008, 3:58 AM UTC
HN karma
389
Public activity
31 items

About jnewland

http://twitter.com/jnewland

Recent public activity

  1. 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…

  2. story
  3. comment
    Comment #17831182

    Home Assistant is super dope. https://github.com/jnewland/ha-config is my config if anyone's interested!

  4. story
  5. 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…

  6. 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 …

  7. 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…

  8. 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…

  9. 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…

  10. story
  11. 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 …

  12. comment
    Comment #9171357

    Step 1: Stop saying "cyber"

  13. 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.

  14. comment
    Comment #7739243

    That's exactly right.

  15. comment
    Comment #7739220

    What domain? I'll get an issue filed to stop sending warning emails in cases like this. Thanks!

  16. 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 …

  17. comment
    Comment #4524376

    We use https://github.com/soundcloud/large-hadron-migrator/

  18. comment
    Comment #3577182

    My wife is pretty convinced I brought this upon myself with my comment on that post. Lol, you never know.

  19. 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…

  20. 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.

  21. comment
    Comment #1817999

    tl;dr version: http://files.jnewland.com/stonebraker-20101021-200946.jpg

  22. 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

  23. story
  24. story
  25. 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…