Viewing profile — conical
conical
HN member- Joined
- Tue, Jun 10, 2014, 5:14 PM UTC
- HN karma
- 45
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About conical
No profile information was provided.
Recent public activity
-
comment
Comment #35738182
This whole reply thread looks astroturfed.
-
comment
Comment #30927250
"Case connects to the matrix (also a Gibson term)" Matrix isn't Gibson's term. Doctor Who used the term Matrix back in the 70's referring to a supercomputer simulated reality envir…
-
comment
Comment #15530700
Brendan Eich's Brave browser is working on solving this.
-
comment
Comment #15299704
This is the first non-shallow critique of angular delivered from a place of experience I've seen. After creating 2 medium size production web apps, I found my self shaking my head …
-
comment
Comment #14454015
Thanks for the balance.
-
comment
Comment #13565829
Built in Windows Media Player on Windows 10 plays MIDIs fine.
-
comment
Comment #12630472
What hype? At least on HN I see more of a negative sentiment. I personally like the framework though.
-
comment
Comment #12223809
Change the object being picked out from grills to window curtains. let's see the results instead of vague posts in the comments section that other objects were tested.
-
comment
Comment #11569301
Adrian Carmack
-
comment
Comment #11130326
Every citizen has one vote and 24 hours in a day to allocate to supporting a candidate (bounded by the obvious). Speech has much more in common with time than it does money.
-
comment
Comment #10250527
Const is a pretty good example, the closest I can think to emulating it in es5 is something like: Object.defineProperty(this, 'five', { enumerable: true, writable: false, value: 5,…
-
comment
Comment #10250402
Does the phrase "syntactic sugar" have any meaning? Name a new language feature that "it is just syntactic sugar" can't be applied to.