Viewing profile — cydork
cydork
HN member- Joined
- Tue, Oct 30, 2007, 7:54 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About cydork
No profile information was provided.
Recent public activity
-
comment
Comment #1687125
I have been using Dropbox for over 3-4 months now. Initially we used it with mercurial. But later on we moved to fossil as it's a more natural fit. It's perfect for small teams and…
-
comment
Comment #1360661
Personally my experience with appengine and ruby was not stable. Things break too often. On the other hand Heroku is much easier to setup, and update.
-
comment
Comment #1258195
I don't and won't trust anyone with my credentials. Also there is wesabe.com which allows user to upload the transaction data using a desktop application or Firefox extension. Thou…
-
comment
Comment #1142261
Check JVM-based Languages section in the following link http://groups.google.com/group/google-appengine-java/web/wil...
-
comment
Comment #1141985
You should read following http://stackoverflow.com/questions/1892324/why-program-funct... http://stackoverflow.com/questions/1017621/why-isnt-python-v... I still think if you are i…
-
comment
Comment #996116
Here is a basic bookmarklet! javascript:(function(){q=document.getSelection().toString();if(q){q = q.replace(/\W/g, '+');q = q.replace(/\+\+/g, '+');q = q.replace(/^\+/g, '');locat…