Viewing profile — sicxu
sicxu
HN member- Joined
- Tue, Sep 27, 2011, 6:21 AM UTC
- HN karma
- 40
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About sicxu
No profile information was provided.
Recent public activity
-
comment
Comment #6913561
This is because join negatively impact the scalability of a DB: - When huge amount of traffic hits your DB, out of the most commonly run-out resources - CPU, Memory, and IO - CPU i…
-
comment
Comment #6706812
I have used many languages professionally and in my personal projects. Java is the language that makes me most productive. Why? It has the best tooling support. There are a few thi…
-
comment
Comment #5884254
It does not have it now, because they want to focus on the basics. Once that is done, adding a camera is not a big deal.
-
comment
Comment #5884196
You can use another "attacker" balloon to do it.
-
comment
Comment #5884130
Just cover the continent will require a lot of balloons. The world has 148,429,000 sq km. If you cover 1600 sq km per balloon, that is 92768 balloons. Just cover Africa will requir…
-
comment
Comment #4756977
Scalability is an architecture issue, not a programming language issue. You can certainly build linearly scalable system in Ruby. It just costs more to scale a Ruby app vs. an equi…
-
comment
Comment #4752533
There are lots of things in the toy, art, and spare part category that can use the 3D printing technology. Just like many other technologies, 3D printing will be adopted by designe…
-
comment
Comment #4574380
There are security issues with this approach. However, I wouldn't mind if a site offers both traditional login and email based login. Then, I, as a user can choose which is the mos…
-
comment
Comment #4506646
There are a lot of ebay market research tools out there. You will need to stand out either by pricing or by feature. Good luck.
- story
-
comment
Comment #4442545
So, growth hacker is a marketer. Fine. But not all marketers are growth hackers. My understanding is that, growth hacking is a specialty in marketing which focus on consumer web ma…
-
comment
Comment #4419525
Great idea! I just added backend function to your prototype. The dashboard UI is at: http://s.myezapp.com/demo5/app/ezstatus/guest/dashboard.ws The admin UI is at: http://s.myezapp…
-
comment
Comment #4387429
I made the utility to help you track the rank of your hacker news post. Simply enter item id, or click "back" and select "History"->"View". Feedbacks are welcome. Note: It only has…
- story
-
comment
Comment #4372092
love this piece. thanks for posting it. it reminds me one of the talk by Jobs: http://www.youtube.com/watch?v=dR-ZT8mhfJ4
-
comment
Comment #4315333
drunk or stupid people probably won't click 'back' that quick.
- story
-
comment
Comment #4053929
you can use http://www.myezapp.com/pub/help/hackernews.ws to build custom tools. one example/test case that collects Show HN stories are at http://testblog1-myblog.blogspot.com/ di…
- story
-
comment
Comment #4011066
Awesome!
-
comment
Comment #3995208
AdSense has much lower margin compared with AdWords because Google has to pay publisher for displaying the ads. In the early days, (AdSense revenue around 1B) I remember google was…
-
comment
Comment #3982866
This post is quite relavent to the recent discussion on whether regular people should learn programming. I take it as a challenge and ask: do we have a programming language that re…
- story
-
comment
Comment #3980786
This site is protected with a password.
-
comment
Comment #3971385
Yes. When you schedule a recurring event, such as daily reminder, you will have to store timezone. In that case, you are storing a scheduling specification, not a real date/time. Y…