Viewing profile — edwardkmett
edwardkmett
HN member- Joined
- Mon, Aug 12, 2013, 10:58 PM UTC
- HN karma
- 44
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About edwardkmett
Recent public activity
-
comment
Comment #27495720
"Use our bouncer or else." Sounds like a very democratic, open source, do what you will solution to me.
-
comment
Comment #27290805
This has been the major reason why #haskell didn't try to move more forcefully. We'd like to get some of the old logging bots moved over, etc. We have some number of users who conn…
-
comment
Comment #10400767
(Sorry, Lindsey, not Lindsay.)
-
comment
Comment #10397134
Without the propagators themselves being monotone they don't have enough to ensure determinism. They also don't have a guarantee of termination. e.g. repeatedly taking Heron steps …
-
comment
Comment #10392165
Indeed. Our old discussions about "omega-continuous semiring homomorphisms" as the way to try to make something half-way between Dyna and the datalog bits I was working on have bee…
-
comment
Comment #10390477
Talk about timely, I recently took the opportunity to unmothball the old propagators idea and have been running a bunch of ideas past Sussman's former student Alexey Radul on a fai…
-
comment
Comment #8121863
On the other hand, here's a problem. Extend your numeric type tower to handle whatever new numeric types I come up with in an internally consistent manner. In haskell I have number…
-
comment
Comment #7991398
Nah, it is a type of numeric ID's for different types of things. The parameter 'a' is just a phantom type parameter to keep you from mixing up a mesh ID with a texture ID.
-
comment
Comment #6202805
import Control.Lens and let us use two components from lens: rewriteOf :: Setter' a a -> (a -> Maybe a) -> a -> a which can take a rewrite rule and apply it to any 'self-similar' s…