Viewing profile — cunac
cunac
HN member- Joined
- Wed, Aug 17, 2011, 12:35 AM UTC
- HN karma
- 231
- Public activity
- 177 items
- HN profile
- View on Hacker News ↗
About cunac
No profile information was provided.
Recent public activity
-
comment
Comment #46312578
This is insanely good. Can't wait for grandchild :)
-
comment
Comment #44796955
As immortal words of the master Oogway, "Yesterday is history, tomorrow is a mystery, but today is a gift. That is why it is called the present."
-
comment
Comment #38170104
I am utterly fascinated by Japanese joinery
-
comment
Comment #37515342
market cap is same as 100% of shares so it is $25B more than Nvidia price
-
comment
Comment #36320152
I am not sure if you realize that Eagle is fully embedded and rebranded within Fusion360 so you will have access to the same functionality but in integrated environment (for better…
-
comment
Comment #29801556
if anything I would think that person would write same code but without PR would lost the opportunity of having better quality. People are blind to own mistakes. I can't count how …
-
comment
Comment #29695964
not to be rude but 250K uniques users is 3 new users per second and doesn't say anything about concurrent users. Concurrent users are scaling problem
-
comment
Comment #29464974
That reminded me The moon is a harsh mistress by Robert A Heinlein
-
comment
Comment #29463558
The Old Man and The Sea, For Whom The Bell Tolls by Ernest Hemingway
-
comment
Comment #26524971
wait for next software update to patch security :) , you made my day
-
comment
Comment #26406958
Why you wouldn't use AWS http events for this. Especially because connections are decoupled from processing
-
comment
Comment #26228448
in my experience it is usually not required and not desirable to have distributed transaction where transaction coordinator is your remote client. It is also habitual behaviour, yo…
-
comment
Comment #26228326
depends, if all requests are parallel they should hit different instances and that would distribute load more efficiently instead of pinning to single instance. You would actually …
-
comment
Comment #26209049
35+ years in and I am grateful every day that I do what I love. It is fun to make things tick.
-
comment
Comment #25863258
also remember that median always exists so it will always be a case that there is 1/2 under and 1/2 over.If all companies paying median raise that by 20% what is a current median?
-
comment
Comment #25799539
it is amusing that you think you have fair chance if NSA/government really wants to get you. Buy hey if that makes you sleep at night be my guest.
-
comment
Comment #25798102
better analogy would be that in this case you are unaware that crossing a road is dangerous and you are most likely to die. 90% chance.
-
comment
Comment #25627136
my intent with pagination is always to prevent problems with open ended size of data set. 1000 at once is usually not a problem but 10x , 100x etc.. is a big problem for transferri…
-
comment
Comment #25609279
I have a very simple philosophy `no pay no work`. It is about having self respect.
-
comment
Comment #25442387
what is wrong for getting paid for non-trivial patent? You have choice of using or not. It is not upon you to make a choice it must be free.
-
comment
Comment #25321348
did you consider using AWS eventing in API Gateway https://aws.amazon.com/blogs/compute/announcing-websocket-ap... ?
-
comment
Comment #23061578
having a hard time to see how you scale down 120 mil a year. How much you spend yearly now
-
comment
Comment #22647580
not to downplay any death but there are roughly 100 deaths/day from car accidents and similar number is also from gun-related just to have some perspective. Unfortunate/scary thing…
-
comment
Comment #22283983
I would say this is totally false. I am working for Canadian office of US company and travel to the US on average once a month for meetings. Doing that for 10+ years and if anythin…
-
comment
Comment #21933049
from my experience, you might not need all the data in the first fetch but it is highly likely that it will be needed for subsequent renderings. What worked better for me is to mak…