Viewing profile — hsiung
hsiung
HN member- Joined
- Mon, Apr 16, 2007, 10:17 PM UTC
- HN karma
- 47
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About hsiung
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #509340
I think you're on the home page. For an example, you can see my personal tag playlist named 'mellow': http://www.thesixtyone.com/tags/song/show/sam/mellow/ Or go to your profile an…
-
comment
Comment #498446
If the site isn't taken down during an update, some parts of it will always be broken during a schema migration since our ORM expects each table corresponding to a data model to be…
-
comment
Comment #497086
Actually we're on postgres... It just makes me nervous when the migration is taking upwards of 10 minutes to complete since some of our tables have millions of rows and lots of con…
-
comment
Comment #497001
That's reassuring, I thought I was the only crazy fool who was storing json objects in database columns =). We do something similar for some of our data models at thesixtyone.com. …
-
comment
Comment #258206
If you have an account, you can access your recently played history by going to your profile and then hitting the music tab. We're also working on an easier way to access your play…
-
comment
Comment #205991
One killer for me is that GAE doesn't support running scripts outside of web requests. Webapps need cronjobs to do things like sync or cleanup data, populate news feeds, perform an…
-
comment
Comment #205963
You store the password hashed with a salt in the database (just keep track of the salt you used). The server can send the salt to the client, in addition to the random number. So t…
-
comment
Comment #205445
There are still ways to add a little extra security for non-ssl logins. One way is by hashing the password via javascript with a random number provided by the server before posting…
- comment
-
comment
Comment #203638
As a web app developer, I've found memory to be the greatest bottleneck for both web and database servers. But this will no doubt be useful for sites like animoto that need to do a…
-
comment
Comment #95826
Seems like this script does a top level document search for nodes to apply it's PNG fix. This can really hurt performance for sites that have complicated layouts. Sometimes it's be…
-
comment
Comment #87129
Let me get this straight. So you would choose the framework with slightly better plugin support and larger community even if it meant it was three times slower and consumed twice a…
-
comment
Comment #87101
Haven't read the whole thing over, but they make no mention of performance comparisons in the conclusion. How could you miss that!
-
comment
Comment #86415
This issue should be fixed now (I was able to reproduce the bug after installing the debugging libraries that come with flex.)
-
comment
Comment #84577
The sound doesn't play in Ubuntu for some reason. That's something we're trying to fix. You should be able to watch videos however.
-
comment
Comment #84567
Hi. Thanks for finding our startup :)
-
comment
Comment #48649
jesusphreak has a pretty good writeup that's worth reading on the pros of using django: http://jesusphreak.infogami.com/blog/why_django Having come from a rails background and late…
-
comment
Comment #13649
Well, ProjectWedding.com was designed by women and it is steadily growing (it currently receives 10,000 page views a day from northern california bride-to-bes). It's assumptions li…
- comment