Viewing profile — mehi
mehi
HN member- Joined
- Wed, Nov 24, 2010, 7:21 PM UTC
- HN karma
- 8
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About mehi
Recent public activity
- story
-
comment
Comment #2995645
My first impression is that Trello isn't a (good) product (yet) but it will certainly leverage on Joel's marketing machine. Observations: The organization information should not be…
- story
-
comment
Comment #1966110
I agree. I've just met the RingoJS developers at the RingoJS meetup in Vienna. Very impressed! The RingoJS/Helma team should make it more clear about how committed they are to the …
-
comment
Comment #1966067
RingoJS is not slow . We use it in the Erbix backend, running a separate Rhino/RingoJS engine for each account. It's really stable, fast, multi-threaded. We use it in conjunction w…
-
comment
Comment #1966046
Erbix launched the first server-side JavaScript Marketplace ( https://secure.erbix.com/marketplace ). The apps and libraries within the first apps developed by Erbix team are GPLed…
-
comment
Comment #1947880
AppJet is being hosted at http://apps.jgate.de/ . We also launched Erbix a few days ago: http://www.erbix.com http://apps.ycombinator.com/item?id=1938066
-
comment
Comment #1940598
Thanks for your comments. We actually have synchronization an transactions. You can execute any SQL statement, including BEGIN, ROLLBACK and COMMIT. It's just that we haven't finis…
-
comment
Comment #1939551
I see the parent comment got deleted. The question was in the lines of "I loved AppJet, how will you succeed where they didn't".
-
comment
Comment #1938943
Paul Graham congratulated AppJets in this post: http://ycombinator.posterous.com/congratulations-appjets . What got my attention was the "all-Javascript application platform" that …
-
comment
Comment #1938420
Regarding non-JavaScript frameworks: We are considering other languages (Java especially, given our implementation). Technically, we can add any Java code and run it directly, howe…
-
comment
Comment #1938267
It's really easy to port/wrap plain JavaScript code to Erbix/CommonJS; this is the first thing we've noticed while coding on Erbix Blog/Form Creator/ActiveRecord (included in Blog,…