Live data from Hacker News

Viewing profile — stelund

stelund

HN member
Joined
Fri, May 08, 2009, 5:16 AM UTC
HN karma
10
Public activity
11 items

About stelund

No profile information was provided.

Recent public activity

  1. comment
    Comment #15203166

    Yeh, it's easy to use it like that for now. I hope they update it later on though. Seems like an missing feature in their otherwise nice firewall rules setup.

  2. comment
    Comment #15198328

    There is no Security Group for NLB, how is that reasoned?

  3. comment
    Comment #13448803

    Maybe the asm to do scan for byte in memory is an alternative. Repne scab. It won't find all characters in a single scan. But maybe do 3 passes over a buffer which fits in cache.

  4. comment
    Comment #11090925

    Here is an interesting study regarding energy consumption http://www.cell.com/current-biology/abstract/S0960-9822(15)0... Tldr days of high level of exercise does not linearly corr…

  5. comment
    Comment #10674545

    But they can create new with the new polynomial and try to check against that first. If it fails then fall back to regular polynomial.

  6. comment
    Comment #9830215

    Maybe too low chunksize value for map_async call?

  7. comment
    Comment #9350866

    Oh I think it was great until the classes got added. Can't he just pass the bsd parameter in the ip variable. No state and immutable.

  8. comment
    Comment #8831146

    I think the procedural option is better. It is just so much less code.

  9. comment
    Comment #3299333

    China is split out, which is 30% of population in of Asia.

  10. comment
    Comment #770299

    Do the easy stuff first: 1. Enable caching & get the HTTP-headers with e-tags and stuff. 2. Get DB schema with proper indexes & tune database settings. 3. Buy better hardware where…

  11. comment
    Comment #620019

    sqrt(h^2 + h^2)*2 is the max length if your box is 0 is width. The max possible length decreases with sqrt(w^2 + w^2) as width expands. Assumed the hallways size is symetrical and …