Viewing profile — leftrightupdown
leftrightupdown
HN member- Joined
- Tue, Mar 11, 2014, 6:12 PM UTC
- HN karma
- 52
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About leftrightupdown
No profile information was provided.
Recent public activity
-
comment
Comment #14226592
i asked myself the same 2 years ago when my team was deciding if we need all of that javascript framework madness. In the end we built whole product based on dartlang ( http://www.…
-
comment
Comment #13855696
Crm - streak crm ( http://www.streak.crm ), nice crm that integrates with gmail. Used to categorize email communication. Email marketing - listshine ( http://www.listshine.com ) ch…
-
comment
Comment #13372194
That is true but part that is in dart will be easier to debug
-
comment
Comment #13370872
what we do at listshine is run code on dartium in checked mode. when it works 100% then we build js version in staging and after that is confirmed to work then we do production bui…
-
comment
Comment #13370838
Exactly why we picked out dart for our app
-
comment
Comment #13370728
i think strong typing generates same code as optional typing if you are not using dart dev compiler.
-
comment
Comment #13370717
What i personally liked is that we write once and in 99.9% cases generated js is compatible with all browsers. Also type checking and strong analyzer mode helped catch ton of bugs.…
-
comment
Comment #13370618
We are writing spa frontend for email marketing service in dart. No angular, react, just lots of plain dart. Strong analyzer mode is used and dartium is always in checked mode. Dar…
-
comment
Comment #9163053
looks useful, just my 2 cents
- story
-
comment
Comment #8437362
alt-tab on osx closes current chat so you have to click it again, counterproductive, deleting/not using until its fixed.
-
comment
Comment #8089049
so based on this, if someone wanted best compression program they would choose paq?
-
comment
Comment #7929225
tnx, i'll stick with independently funded openssl
- story
-
comment
Comment #7538907
If you want to learn how to get more performance out of your event/thread driven code, go with golang, it has improved how i write my code in python. I think more and more people a…
- story
-
comment
Comment #7381038
hey, i noticed this on HN so just to share my thoughts. How about incorporating it a bit more simple, just pushing commands with some checks like these guys do? It is a bit more lo…