Viewing profile — morebetterer
morebetterer
HN member- Joined
- Thu, Dec 17, 2015, 5:40 PM UTC
- HN karma
- 61
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About morebetterer
No profile information was provided.
Recent public activity
-
comment
Comment #11101170
I like the proposal. It took me 20 years to master the 10% of C++ I understand and use. I wonder how new programmers will be able to pick up this language.
-
comment
Comment #10981251
Thank goodness we have you and others to police the jokes. Remain vigilant! Keep up the good work.
-
comment
Comment #10979853
I was asked a question and provided an answer. So I don't care for syntax highlighting or colors in my editor and command line - big deal. I am not imposing my view on others. When…
-
comment
Comment #10977696
I bet it was. Well done. A couple of years ago I was just about to throw out all my O'Reilly X Window/Motif books from 20 years ago and when I landed a contract to update a K&R C b…
-
comment
Comment #10977546
No, never had a need for it.
-
comment
Comment #10977540
I have a soft spot for those short-lived X-terminals as well. The golden age of computing. Colors are great for web browsing, don't get me wrong. Just not near my code!
-
comment
Comment #10977524
"Catered to", "dissuade", "push that choice" and "insanity"? Now this is just getting silly. You are taking my comments far too seriously.
-
comment
Comment #10976732
> Not everyone is you. Never claimed that was the case. God speed with your colors. May they bring you fame and good fortune.
-
comment
Comment #10976500
I don't even want color and terminal graphics done goodly. I code with two monochrome terminals on the screen using vim and the command line.
-
comment
Comment #10976255
Upon first seeing npm 3.x I immediately added `--progress false --color false` to my npm installs and never looked back. Color and terminal graphics are the work of the devil.
-
comment
Comment #10957118
What about: * sqlite3 amalgamation: https://www.sqlite.org/download.html * duktape javascript interpreter: http://duktape.org
- story
-
comment
Comment #10934758
If it's a compile-time switch to build v8 or Chakra and it's not impeding Node development, there's no harm. Node is a large code base. The Chakra merge will eventually work and pa…
-
comment
Comment #10934715
>>> I don't believe the web is stronger with more rendering engines and more JS runtimes... I think it's weaker I disagree. I'm happy to see numerous JS engine implementations that…
-
comment
Comment #10934651
As long as each JS engine uses the same API (at this point V8's C++ API, hopefully something engine neutral later) what difference does it make?
-
comment
Comment #10934624
Many posters in that Github Chakra pull request thread appear to be in the "Node is V8 and only V8" camp. This is disappointing. Since when is having a bigger developer community, …
-
comment
Comment #10934190
Keep in mind that native modules coded against NAN1 do not work with NAN2. Not sure about forward compatibility of NAN.
-
comment
Comment #10933249
The Node fork JXCore supports Chakra, SpiderMonkey and V8 right now. It's pretty fast, probably because it's based on a pre-0.12 node fork when node was known to be faster than it …
-
comment
Comment #10933137
I hope the V8 C++ API doesn't become the defacto Node engine API. Node really needs a proper engine-neutral API. This way the native node modules can truly be portable across engin…
-
comment
Comment #10920124
The state of documentation of Express 4 is not great. You have to look at the source code to see how it really works most times, or read someone's blog about how it used to work in…
-
comment
Comment #10899565
That thread doesn't show a lot of promise towards an engine neutral API.
-
comment
Comment #10897489
I see Chakra has caught to up Dec 30, 2015 with the nodejs tree. Which branch are you basing the fork against?
-
comment
Comment #10897395
Any progress in talks with Node.JS to make an implementation independent JS engine API for node?
-
comment
Comment #10896973
Ironically Microsoft had to create a V8 C++ API facade over Chakra in order for Node to compile with it. https://github.com/Microsoft/node/tree/chnext/deps/chakrashi... It's intere…
-
comment
Comment #10882572
Constantly being interrupted to answer simple questions is a thankless task that has negative consequences to your own productivity. You ultimately have to do their work and have l…