Viewing profile — backspaces
backspaces
HN member- Joined
- Tue, Nov 30, 2010, 11:43 PM UTC
- HN karma
- 8
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About backspaces
No profile information was provided.
Recent public activity
-
comment
Comment #43958284
I wanted to create webdav servers hosted by glitch and cpanel. I ended up with exactly the same code on both, nice! Basically they both have node.js capabilities so I could use nod…
-
comment
Comment #30654502
https://comebackalive.org.ua/donate/ worked for me. I tried the original url last night and ran into problems. Note you need to use UAH currency. $250 was 7336.23 UAH .. sorta stic…
-
comment
Comment #24384542
Actually, it should be: JavaScript is weakening the JavaScript ecosystem. In the olden days, html, css, js were it. But each were "subclassed" by better solutions compiling to html…
-
comment
Comment #21885077
From 50,000 feet: - Top engineers are able to solve a problem, and are hired to do so. - Others are able to solve tasks, and are hired to do so.
-
comment
Comment #17487747
This is easy: check out D3's architecture. It is "near functional" and tosses all the overly-complex (i.e. dangerous) parts. And definitely read the still important "Javascript, th…
-
comment
Comment #10541287
Where is the repo? A project here in Santa Fe may be a useful addition and I'd like to get in touch with the authors.
-
comment
Comment #9740396
Boy do I hope you're right! Performance is likely an issue tho. Wasm is designed to be faster, both loading/parsing and execution. I did notice that es6 import/export works for Was…
-
comment
Comment #9736095
So I should give up on JS programming, go back to C/C#/C++/Java/Swift and have them generate wasm? Kinda sad, I like JS. But I like performance too. Is there a possibility for JS t…
-
comment
Comment #9556566
Turing Complete is soooo comfy!
-
comment
Comment #9184962
(I write this without rancor, as ES4 needed to die.) Apparently Chrome feels the same about ES6 .. they continue playing launch pad chicken (only 39% on Kangax)
-
comment
Comment #8895222
Wow, JavaScript is approaching science fiction levels of sophistication! Love the idea of moving functionality from client to server or reverse. Knew about Docker but not Ansible, …
-
comment
Comment #8682379
But of course no one uses either when there's Atom/GitHub's favorite: CSON. https://github.com/bevry/cson
-
comment
Comment #8110998
Why aren't you discussing the es6 loader which is available now? https://github.com/ModuleLoader/es6-module-loader It can deal with both AMD and CommonJS modules, as well as es6 im…
-
comment
Comment #7272312
Not having separate status hosting is liken not salting passwords. As a NC user, I may leave just for this reason
-
comment
Comment #7066266
Well, I agree on the performance (speed) side, VM out, subset In. but feel abandoned on the memory footprint side. Objects are just huge! Asm.js promises something more like struct…
-
comment
Comment #7028689
But alas, the browser wars are upon us once again. FF vs Chrome is approaching the silly. On the other hand, there are merits in their differences. Chrome, although it would prefer…
-
comment
Comment #5772134
It is SOOO odd to see folks not "get" the JavaScript Everywhere revolution. Node, JS/CoffeeScript, JSON: Server, Client, Network Data. Complete stack, period. C++?? Gack, so yester…
-
comment
Comment #5533116
The Facebook "phone" approach is interesting: take over the phone to such a degree that it delivers a FB "experience". No dependencies of the Evil Triangle of the cell world: Hands…
-
comment
Comment #5459255
+1 BCPL! Like the first language after it was B. Then C. So shouldn't C++ be P? :)
-
comment
Comment #3749858
I am 70 f *ing years old and have kicked butt on many platforms. And I am amazed at a current revolution being missed by many: Javascript Everywhere. Browser, desktop, networking (…
- comment
-
comment
Comment #3562765
As lovely as symbolic mathematics is, it does have one major problem: it can not be parsed. I do not mean the symbols cannot be drawn etc, but even a simple expression like "ab + c…