Viewing profile — necro
necro
HN member- Joined
- Mon, Aug 31, 2009, 5:12 AM UTC
- HN karma
- 391
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About necro
No profile information was provided.
Recent public activity
-
comment
Comment #48637543
Time is local Timestamp is a counter A unix timestamp does not have different timezones. It is a counter. No matter where u are in the world a timestamp call should give you the sa…
-
comment
Comment #48281849
I think the thinking is that if you had kids you created future cows for the tax plantation so you contributed more to the country.
-
comment
Comment #33956704
Internet related would be, back in the early 2000s when I was building out infrastructure of pinkbike/trailforks I was optimizing things and discovered that this initcwnd parameter…
-
comment
Comment #31226619
Hats off. Great interface and i enjoyed making a few simple beats which is probably a very small part what the system is capable of. Thank you
-
comment
Comment #20936858
I think this article is cherry picking here trying to make Canada look good compared to say the USA and other countries. ( im canadain btw ) I think it's easy to take in 28K refuge…
-
comment
Comment #20487416
I suppose it depends if the use/need is in serial or in parallel.
- story
-
comment
Comment #16922106
So there are 3 basic cases that websites use: 1. Site and static content are served directly by your webserver. ( HTTP2/push helpful ) 2. Site served by your web servers but static…
-
comment
Comment #16921928
If you agree that using a CDN for static content is a good idea, then it would seem HTTP/2 Push is useless. The website is served from your servers while the static content is serv…
-
comment
Comment #16422395
I'm not sure if I never understood this right, but it seemed server push was not an ideal overall solution. It seemed it was targeted to push needed css/js/image in the stream of t…
-
comment
Comment #15067323
I hear ya...of the two bolded feature headings in the story we get: 1. Supersonic speed ( always welcome ) 2. League of extraordinary emojis ( the last thing I would care about in …
-
comment
Comment #7900005
You can get centimeter accuracy with gps. http://swift-nav.com/piksi.html Even with cheaper modules and phones that dont carrier phase rtk, you can get meter which would be plenty …
-
comment
Comment #7740278
Very rare data access is disjoint, unless you're only doing key/value put/get. I think the interest of Redis is that it has many other features than simply put/get, and all those s…
-
comment
Comment #7738841
Last time I used Redis I was surprised to determine to my surprise that Redis was single threaded. Of course I could have just RTFM but I assumed incorrectly. This means that if yo…
-
comment
Comment #7528203
Your script name is tracker.js which is not the best name as adblockers/privacy blockers simply block any names with the word track and many other similar names. If you name your s…
-
comment
Comment #6742200
Is there an option/way to have "lables" in panes. Just like you have a info bar for windows, I would love to label my panes. Normally have a bunch of panes setup for logs, and it w…
-
comment
Comment #6594137
Yeah I'm running a MBP 8.2 also (released February 24, 2011). 16GB ram 512GB intel ssd 1TB sata instead of cdrom 1GB AMD Radeon HD 6770M I always got the next best mbp but since th…
-
comment
Comment #6558809
Decided to do a quick test.. //make yourself a file dd if=/dev/zero of=1m count=1 bs=1m //post directly to origin time curl -F "file=@1m" -X POST " http://up4.pinkbike.com/upload/t…
-
comment
Comment #6558422
Some more details here http://docs.aws.amazon.com/AmazonCloudFront/latest/Developer... I'm curious if the edge receives the full POST/PUT first and then does a complete PUT/POST to…
-
comment
Comment #6441838
When we started we bought these boards http://www.supermicro.com/products/motherboard/QPI/5500/X8DT... and at first we outfitted them with one low end CPU and small amount of ram 6…
-
comment
Comment #6440252
We actually went via Bandcon, which was then bought by highwinds. BW is around the going price $2.5/Gbps and it seemed to be level3 at the beginning and now it's seems more of a mi…
-
comment
Comment #6440038
I wanted to throw my experience into the ring because there seems to be such a fear of colocation. We knew nothing about colocation and decided to build some supermicro servers our…
-
comment
Comment #5992183
I know many services block or negatively rate connections coming from hosting providers. Personally we see that most of the spam attempts are via cheap VPSs. I'm not sure if they a…
-
comment
Comment #5162284
If you look at a site/product like Lumosity.com, you can compare your results to other age groups. If you accept that the tests on Lumosity do test particular brain functions/areas…
-
comment
Comment #4647345
I added something similar to our framework where we do the encryption server side when a form is generated. In our token we encrypt a form generation time and captcha question and …