Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hsiung
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
hsiung
18y ago
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 and click on the tags that appear to your right.
2.
▲
by
hsiung
18y ago
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 in sync after a code update. I guess you could always versi
3.
▲
by
hsiung
18y ago
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 concurrent read/writes are happening.
4.
▲
by
hsiung
18y ago
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. It's really nice for not having to bring down the site for
5.
▲
by
hsiung
18y ago
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 history from the mini-player at the bottom left.
6.
▲
by
hsiung
18y ago
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 analytics etc.
7.
▲
by
hsiung
18y ago
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 the client is performing two hashes: md5(md5(password+salt)+r
8.
▲
by
hsiung
18y ago
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 it via HTTP. (see http://pajhome.org.uk/crypt/md5/auth.htm
9.
▲
by
hsiung
18y ago
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 lot of offline processing.
10.
▲
by
hsiung
19y ago
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 best just manually code your own png fix solutions (fix exactl
11.
▲
by
hsiung
19y ago
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 as much memory? If you have deep pockets and have no adversio
12.
▲
by
hsiung
19y ago
Haven't read the whole thing over, but they make no mention of performance comparisons in the conclusion. How could you miss that!
13.
▲
by
hsiung
19y ago
This issue should be fixed now (I was able to reproduce the bug after installing the debugging libraries that come with flex.)
14.
▲
by
hsiung
19y ago
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.
15.
▲
by
hsiung
19y ago
Hi. Thanks for finding our startup :)
16.
▲
by
hsiung
19y ago
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 later switching to django I think it comes down to a matter of
17.
▲
by
hsiung
19y ago
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 like yours about theknot.com's monopoly which make this "proj