Viewing profile — mjul
mjul
HN member- Joined
- Wed, Nov 16, 2016, 9:56 AM UTC
- HN karma
- 671
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About mjul
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
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…
- story
- story
- story
-
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…
-
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…
-
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…
- story
-
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…
-
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…
-
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 …
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…