Viewing profile — danielearwicker
danielearwicker
HN member- Joined
- Mon, Jan 05, 2015, 1:06 PM UTC
- HN karma
- 15
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About danielearwicker
No profile information was provided.
Recent public activity
-
comment
Comment #45304055
Java approach: create the JVM to support one language, so it has rich high-level concepts that are unfortunately skewed toward certain assumptions about language design, and it can…
-
comment
Comment #30121106
In TS this is controllable. If noEmitOnError is true, then any error (including type errors) will stop it emitting JS output.
-
comment
Comment #25259246
I think of probability as a summary of the structure/symmetries in a model. A model of a jar of red and blue beads is characterised by the ratio of red to blue, and that beads are …
-
comment
Comment #25255647
It ought to be possible for the page to disable JavaScript with a meta tag: The browser could put an extra icon next to the https padlock so the user would know they were viewing a…
-
comment
Comment #25255565
This must be the most unnecessarily awkward way of doing it (have to do it from the console after navigating to the site, so the request is allowed). fetch("https://heydonworks.com…
-
comment
Comment #21518916
That future possibiilty reminds me of https://en.wikipedia.org/wiki/Singularity_(operating_system) - where process/address-space isolation was replaced with fine-grained static ver…
-
comment
Comment #14281671
I developed a kind of meta programming pattern and supporting library, based on Redux, called Immuto, to get absolute and complete static typing (via TypeScript) and minimal boiler…
-
comment
Comment #13307872
Odd. Erlang uses GC.
-
comment
Comment #11847141
It's very likely that JS will adopt some things tried initially in TS. Both TS and Babel have implemented extensions to the class syntax, for example, which are being considered fo…
-
comment
Comment #11845325
Interesting last line in that presentation: "Flow written in OCaml, Typescript in Typescript"
-
comment
Comment #11844628
You may be traumatised if you ever hear Crockford talk about JavaScript!
-
comment
Comment #11844622
Not sure how well this analysis explains Facebook's widespread use of React.
-
comment
Comment #11844580
Definitely an aim of TS to make it easier to continue using JS for those who prefer a half-way house, see: https://github.com/Microsoft/TypeScript/issues/4789
-
comment
Comment #11844553
The example you give has been supported since day 1. Example: document.createElement("canvas") returns HTMLCanvasElement. A limited form of string literal types has always been sup…
-
comment
Comment #11844544
I've been playing with https://github.com/danielearwicker/doop
-
comment
Comment #9215246
+1 Knockout is a treasure chest of powerful patterns from remarkably few core concepts.
-
comment
Comment #8838545
Thanks for the plug! Caveat: Carota does not solve Right-To-Left text or complex scripts, and I'd really appreciate help with that. It's the only blocking issue against me using it…