Live data from Hacker News

Viewing profile — eiffel31

eiffel31

HN member
Joined
Wed, Oct 05, 2016, 12:06 PM UTC
HN karma
83
Public activity
21 items

About eiffel31

No profile information was provided.

Recent public activity

  1. comment
    Comment #44115785

    This reminds of some commercial products (Famileo comes to mind). I don't know of any open source or self-hostable version of this type of product.

  2. comment
    Comment #42181930

    “Scientists have calculated that the chances of something so patently absurd actually existing are millions to one. But magicians have calculated that million-to-one chances crop u…

  3. comment
    Comment #40986274

    It exists, it's called MBSE. Look up tools that support this approach.

  4. comment
    Comment #40905854

    Code is as much Text as Vector graphics is Text. Sure it's an intuitive way of representing your data. Is it the most appropriate though? See an example [0] about using Projectiona…

  5. comment
    Comment #40905762

    You can (sort of) do all of that with the Eclipse Modeling Framework[0]. Your AST is what EMF calls a "model". By default the "backend" and ecosystem surrounding EMF is skewed towa…

  6. story
  7. story
  8. story
  9. comment
    Comment #22233913

    You could try Natural Selection (the HL1 mod) if you like movement-based FPSs (with RTS elements in it).

  10. story
  11. story
  12. comment
    Comment #18174119

    Neither the JVM nor the Java specifications impose restrictions on this, so theoretically I'd say it's possible.

  13. comment
    Comment #16059366

    Thank you, wish Java had this :'(

  14. comment
    Comment #16052465

    > class A(b: B) : B by b // IS_A via composition I couldn't find the "B by b" syntax from the Kotlin docs, can you tell me that this does ?

  15. comment
    Comment #15173200

    For DSLs, although the tools mentioned can be used for GPLs, see DSL Engineering: http://voelter.de/data/books/markusvoelter-dslengineering-1....

  16. story
  17. comment
    Comment #14836856

    Have you considered looking at full-spectrum lights which may have some influence on your symptoms? Did you health check include Vitamin D check?

  18. comment
    Comment #14619264

    How do you cope with syntax errors ? e.g. saving garbage tex as source code ? And reversely, can you have visual informations that can't be pretty-printed as text easily? (e.g. nod…

  19. comment
    Comment #13157004

    I regularly go to concerts as part of the audience, and also as part of a band. Getting ear-molded linear -15dB protections has been my best decision ever since I enjoy and practic…

  20. comment
    Comment #12643138

    About (2): there is a standard action language for UML which can be used to fully describe your algorithm, independently of any language. In that sense, the DRAKON approach seems m…

  21. comment
    Comment #12643121

    Drakon does not seem to be model-based, so I would say no. If you are interested in Projectional Editing, you should look at MPS or Eclipse's Sirius.