Live data from Hacker News

Viewing profile — mjul

mjul

HN member
Joined
Wed, Nov 16, 2016, 9:56 AM UTC
HN karma
671
Public activity
144 items

About mjul

No profile information was provided.

Recent public activity

  1. comment
    Comment #42283687

    Pavel Hruby’s book, Model-Driven Design Using Business Patterns (Springer Verlag, Berlin, 2006) is to my knowledge the best book on this topic. It’s a pattern book so the format is…

  2. comment
    Comment #41070200

    Have a look at remacs (an experimental Rust port of emacs, now discontinued) [1] and its successor, emacs-ng (also in Rust) [2] I haven’t followed closely, but I am sure there are …

  3. comment
    Comment #41043592

    The original Intentional Programming in the mid-nineties was a much broader vision than Language Workbenches, more like a grand unified theory of software development and related t…

  4. comment
    Comment #40997895

    Charles Simonyi and his Intentional Software tried to solve this, publishing some interesting articles in the 1990es. However their technology was not broadly used and they were ac…

  5. story
  6. story
  7. story
  8. comment
    Comment #38207270

    He explains it in the linked video presentation which is worth watching: the value being that your parser generator will complain about any ambiguity in the grammar (shift-reduce c…

  9. comment
    Comment #37944656

    Now, it is served in avantgarde restaurants: e.g. by the Spanish Michelin star chef, Angel León. He is known as “chef del mar”, making novel dishes with the plants from the ocean i…

  10. comment
    Comment #36255610

    Around year 1000 the vikings' went to Vinland, which was their name for North America. You can read about it in two sagas: The Saga of Erik the Red (Eiríks saga rauða) has a descri…

  11. story
  12. comment
    Comment #35742928

    Snodgrass wrote a whole book on that topic: Developing Time-Oriented Database Applications in SQL (1999). It is available as PDF on his publications page: https://www2.cs.arizona.e…

  13. comment
    Comment #34812036

    The Honda Myth by Masaaki Sato is an excellent book about Soichiro Honda and Takeo Fujisawa and the captivating history of how they built Honda, from motorcycles to Formula 1 and h…

  14. comment
    Comment #34803492

    The Toyota Production System was established during Shoichiro Toyoda's leadership. It is the company's "operating system" if you will, and has made an enormous impact, both in the …

  15. comment
    Comment #34597472

    The Dutch tax authority has developed RegelSpraak a controlled natural language for defining tax rules that is also formally specified and compilable to several targets. There is a…

  16. comment
    Comment #34558002

    It is a fascinating idea indeed. While Leibniz is widely known for his mathematics and philosophy, one of his lesser known ideas was the relation between law and computation. There…

  17. story
  18. comment
    Comment #34198255

    My guess is that it was Prolog Development Center (PDC) [1] the company behind Turbo Prolog and Visual Prolog [2]. They built a nice business providing scheduling and planning soft…

  19. comment
    Comment #33829368

    How to pronounce scone is another divisive topic in itself. Does it rhyme with gone or cone? Linguists at Cambridge University have published a map of the regional variations: http…

  20. comment
    Comment #33564991

    If you want the high-end take on this, check out the Spanish Michelin star chef, Angel León. He is known as “chef del mar”, making novel dishes with the plants from the ocean. Here…

  21. comment
    Comment #33480832

    Just use you best judgement and you will be fine. Patterns are context specific advice about a solution and its trade-offs, not hard rules for every situation. Notice how pattern b…

  22. comment
    Comment #33297593

    This is its key weakness. You have to write many more tests and add a lot of predicates as pre/post conditions (invariants) to functions to check at runtime what a more modern comp…

  23. comment
    Comment #33296477

    Exactly. It ties to the excessive startup overhead. If you rename things and change stuff you must run the tests in a fresh JVM to ensure that everything has been evaluated in a co…

  24. story
  25. comment
    Comment #33178851

    I haven’t experienced this with Fleet after using it some months. However, from using the other JetBrains tools the performance killer for builds and indexing libraries and documen…