Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leftrightupdown
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
leftrightupdown
9y ago
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.dartlang.org ) which compiles down to javascript.
2.
▲
by
leftrightupdown
10y ago
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 ) cheap alternative to mailchimp, used to re
3.
▲
by
leftrightupdown
10y ago
That is true but part that is in dart will be easier to debug
4.
▲
by
leftrightupdown
10y ago
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 build. debugging dart code is faster and better in dartium
5.
▲
by
leftrightupdown
10y ago
Exactly why we picked out dart for our app
6.
▲
by
leftrightupdown
10y ago
i think strong typing generates same code as optional typing if you are not using dart dev compiler.
7.
▲
by
leftrightupdown
10y ago
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. Im sure if you bet your next project on this tech you wont
8.
▲
by
leftrightupdown
10y ago
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. Dart shined most when we created drag and drop html editor. We
9.
▲
by
leftrightupdown
12y ago
looks useful, just my 2 cents
10.
▲
Thepiratebay site is up, but without search engine
(thepiratebay.se)
33 points
by
leftrightupdown
12y ago
|
18 comments
11.
▲
by
leftrightupdown
12y ago
alt-tab on osx closes current chat so you have to click it again, counterproductive, deleting/not using until its fixed.
12.
▲
by
leftrightupdown
12y ago
so based on this, if someone wanted best compression program they would choose paq?
13.
▲
by
leftrightupdown
12y ago
tnx, i'll stick with independently funded openssl
14.
▲
Simple way to know if your linux box has been hacked
(blog.bitsteer.com)
1 points
by
leftrightupdown
12y ago
|
0 comments
15.
▲
by
leftrightupdown
12y ago
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 are going to use golang in the long run. If you want to
16.
▲
by
leftrightupdown
13y ago
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 low-level but automation comes only once and should be easier