Viewing profile — stelund
stelund
HN member- Joined
- Fri, May 08, 2009, 5:16 AM UTC
- HN karma
- 10
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About stelund
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #15198328
There is no Security Group for NLB, how is that reasoned?
-
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.
-
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…
-
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.
-
comment
Comment #9830215
Maybe too low chunksize value for map_async call?
-
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.
-
comment
Comment #8831146
I think the procedural option is better. It is just so much less code.
-
comment
Comment #3299333
China is split out, which is 30% of population in of Asia.
-
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…
-
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 …