Viewing profile — yuanchuan
yuanchuan
HN member- Joined
- Mon, Mar 04, 2013, 8:23 AM UTC
- HN karma
- 101
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About yuanchuan
No profile information was provided.
Recent public activity
-
comment
Comment #14576955
Tensorflow might not be the fastest in terms of computation speed, but it can be used from research to production with Tensorflow Serving. As such you won't need to implement/conve…
- story
-
comment
Comment #12956792
It is definitely doable. You can refer to this blog post by AWS ( https://aws.amazon.com/blogs/big-data/join-amazon-redshift-a... ) to set up FDW to Redshift. What is more exciting…
-
comment
Comment #12926885
We use Airflow in Tech in Asia as well.
-
comment
Comment #11171401
I once worked on similar project. Each day, the amount of the data coming in is about 5TB. If your data are event data, e.g. User activity, clicks, etc, these are non-volatile data…
-
comment
Comment #10275765
Correct me if I'm wrong. I watched the Safari Content Blocker video that is presented in WWDC 2015 and it mentioned that the list of content to be filtered is compiled to bit code …
-
comment
Comment #10224305
Can totally relate to this. I have written, scrapped, re-written the code a few times for the past 4 years (1461 days). I am almost there! Great advice and now I need to get things…
-
comment
Comment #8917096
On-premise cluster. Cloud solution are totally out due to the nature of the data. Not everything can be done in cloud. If you have such huge amount of data, the total amount of tim…
-
comment
Comment #8911119
It is that buzz surrounding Hadoop that makes people misunderstood its use and capability. I have met non-technical analysts who want RDBMS performance on Hadoop. They expect secon…