Viewing profile — DEADB17
DEADB17
HN member- Joined
- Thu, Mar 13, 2014, 8:22 PM UTC
- HN karma
- 34
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About DEADB17
No profile information was provided.
Recent public activity
-
comment
Comment #43178985
https://git-scm.com/docs/git-check-ignore is useful to diagnose why a file is ignored
-
comment
Comment #28170496
In the "Fundamentals"[1] course they use a table format for the design recipe that makes the correspondence between data and functions more obvious, and perhaps the JSP inspiration…
-
comment
Comment #23184015
The techniques are not mutually exclusive, it depends on the context. When you don't have a clear idea of the requirements starting "front to back" helps to understand and gather t…
-
comment
Comment #22764851
Most of the complexity comes from state management and tracking data dependencies, not dom manipulation. If you like keeping things light this library gives you a lot of bang for t…
-
comment
Comment #18740679
if you enjoyed this you might also find “A confession”[1] by L. Tolstoy interesting. I did. [1] https://en.wikipedia.org/wiki/A_Confession
-
comment
Comment #17073609
off topic, but HN is the last place I'd would expect to find a reference to Rudolf Steiner :)
-
comment
Comment #15960121
plantuml is also text based and supports many types of diagrams: http://plantuml.com/gantt-diagram
-
comment
Comment #13107466
There are tests to validate IE support. The intent is clearly there. Circumstantially this design decision is not met, but it is clearly a bug not some fundamental lack of support.…
-
comment
Comment #13094151
Sorry @taeric, I can't reply to your post directly. I do think that the intent of the producer is being communicated (unsafe to upgrade, safe to upgrade with new features, safe + a…
-
comment
Comment #13093948
I don't know about maven, but in NPM you can keep both. If you take away the limits of a particular implementation, I think that semantic versioning is a useful convention for the …
-
comment
Comment #13093933
Being screwed would be the case if the consumer of the artifact is forced to upgrade. i.e.: if versions cannot coexist in a code base. Otherwise I think the information that they c…
-
comment
Comment #13093778
Wouldn't changing the MAJOR version be equivalent to changing the namespace without altering the human memorable identifier of the package? Understanding that changes in MINOR.PATC…
-
comment
Comment #13093496
I don't understand why he says semantic versioning does not work. In my experience (with NPM, not maven) it is very useful, adding meaning of intent by convention: Given a version …
-
comment
Comment #8338901
I think that contrasting OOP with FP brings too many implicit assumptions to the discussion. The value of immutability, for example, seems to be orthogonal to the technique used to…
-
comment
Comment #7791736
After using browserify for a while now, I recently came across webpack ( http://webpack.github.io/docs/what-is-webpack.html ) which I'm finding more convenient and as efficient. Ad…
-
comment
Comment #7399221
It is, let me know if you want more info
-
comment
Comment #7394732
> which isn't really possible if you're rendering html in the server. You can have a front-end web server that is also a client of the API server and keep the separation as if it w…