Viewing profile — maxilulu
maxilulu
HN member- Joined
- Mon, May 28, 2018, 3:31 PM UTC
- HN karma
- 13
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About maxilulu
No profile information was provided.
Recent public activity
-
comment
Comment #19009716
> onsider Fermat's conjecture. It's trivial to state it, it's trivial to test it to be correct for a given set of inputs. However, proving it for the general case is quite difficul…
-
comment
Comment #18118399
Reading and writing is not slow, but your queries. If you don't cache or optimise your queries then any operation is going to be slow. With a VDOM you are just exchanging queries f…
-
comment
Comment #17751122
Is nothing new, have been done many times in form of language server protocols.
-
comment
Comment #17244055
He might be just a consumer not a compiler expert.
-
comment
Comment #17174554
It will not crash the program and is domain specific. Definitely an improvement over nil.
-
comment
Comment #17172968
> If you remember to write all of your Clojure code like this The whole problem with Clojure, you have to remember how to write anything instead being restricted to a subset of a s…