Viewing profile — btd
btd
HN member- Joined
- Thu, Aug 22, 2013, 4:30 PM UTC
- HN karma
- 37
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About btd
Recent public activity
-
comment
Comment #26401042
you know about swc right? https://swc.rs/
- story
-
comment
Comment #14050187
Glad it is GA now, but it is still has some issues: * If i use non core parameter in pipeline, BO ask me to move to classic interface * If i do not use Github like pipeline, interf…
-
comment
Comment #11619512
Strange to see you are looking for remotes, if you become unresponsive as soon i want to want remote.
-
comment
Comment #11180613
Yes, but it breaks some cases. I'd recommend to wait 5.7.1 ( https://github.com/nodejs/node/issues/5400 )
-
comment
Comment #10739922
We do similar thing but with workflow plugins.
-
comment
Comment #9941096
Finally! It was very disappointing that girl that smile and had good relationships with out senior manager had the same salary as me, even if i got the best score in our delivery c…
-
comment
Comment #9731164
imo map and set useless. Real advantage of maps only that you can use any type of keys, but really why not convenrt them to string represntation and put to simple object? Map .has …
-
comment
Comment #9410395
We fixed this with installing npm proxy mirror. So each install happen from this proxy and if something missing it will be downloaded and saved for later from central. In this case…
- story
- story
- story
- story
-
comment
Comment #7948810
Looks interesting, will give it a try. Also nice project is https://stackedit.io/ .
-
comment
Comment #7937131
There is no brew formula?
-
comment
Comment #7868369
Yep, i have used TOAD for Oracle, it is not bad. But imho jetbrain's make very good ide's. I mostly interested in DB extensions (non standard SQL extensions, PL/SQL and PLPG/SQL) e…
-
comment
Comment #7705165
This so many times discussed. In short use window.onerror handler and some transport depending on needs: like cors support, before and after load loggin etc. For begining you can j…
-
comment
Comment #7577287
Yes, you are right. I forgot how they call own optimizer. (i wanted to point that people do not repeat blindly that peace of code)
-
comment
Comment #7574996
v8 does not optimize blocks inside try catch (not too fresh http://www.html5rocks.com/en/tutorials/speed/v8/ ) and about generators and optimizations ( http://wingolog.org/archives…
-
comment
Comment #7574525
It is nightmare for v8 jit.
-
comment
Comment #7313992
Maybe just n3? PS: It is weird that node.js community well known for internal battles. Everybody throw shit at each other and nobody win from this.
-
comment
Comment #7218822
It is how Sonatype Nexus live.
- story
- comment
-
comment
Comment #7200919
I did the same tool, when begin learn scala, with jgit and apache project libraries it was enough simple. https://github.com/btd/luna