Live data from Hacker News

Viewing profile — montmorency88

montmorency88

HN member
Joined
Sat, Jan 11, 2020, 1:08 PM UTC
HN karma
44
Public activity
17 items

About montmorency88

No profile information was provided.

Recent public activity

  1. comment
    Comment #39594607

    Interesting. Under the hood FGL is mapping the graph to relatively efficient data structures like Patricia Trees as implemented in Data.IntMap so I would expect it to scale reasona…

  2. comment
    Comment #39592985

    I'd highly recommend Erwigs FGL library in Haskell as a really nice example of a generally performant graph data structure that is easy to work with. The API feels like working wit…

  3. comment
    Comment #35712528

    Haha, The fact people are taking time to complain is a good sign of engagement. Looks like fixed spacing along x and letting the cards float along y which is very effective. I have…

  4. comment
    Comment #35710756

    Very nice idea/design. I have to ask :) Are you using a custom layout algo for drawing the nodes labels in the directed graph?

  5. comment
    Comment #35579671

    Haskell has `when cond do sideEffect` which captures the intention of an if without an else concisely.

  6. comment
    Comment #35377724

    Hey looks very cool. Curious why you chose BASF as the example? Are you targeting engineering market in particular?

  7. comment
    Comment #35020488

    rustacean lisp should be called clam-bda.

  8. comment
    Comment #34563441

    Is the source code for any of these really interesting JPL lisp programs available in a repo somewhere? e.g. I'd love to look through something like Eggemeyer's Plan-IT system refe…

  9. comment
    Comment #34371527

    A tool like https://thin.dev/ might be good for you. You can port and serve functionality a little bit at a time into thin and use their managed postgres db and the schema editor t…

  10. comment
    Comment #33319778

    IHP is already used in production for a number of commercial projects, but I'd also highly recommend the framework for anyone interested in just learning and hacking away with hask…

  11. comment
    Comment #31912164

    I think another element is if you are a single or part of a small team of developers you realize quite quickly the value IHP adds to your project in terms of time savings:SES, Sent…

  12. comment
    Comment #31248621

    Hey, at Comhlan Ltd. we have a few projects in production built with IHP. The largest public facing one is a visitor booking system for an irish regional hospital group we've had o…

  13. comment
    Comment #31165404

    I've been playing with the Thin API and prototyping some small applications (music streaming and comms type stuff). It seems like one of the most production ready ways of designing…

  14. comment
    Comment #30703808

    I first realized the usefulness/minimalism of row level security when playing with the [ihp-backend]( https://ihpbackend.digitallyinduced.com/ ) package. It's a really lean way of …

  15. comment
    Comment #29788214

    Very cool how much interest there is in mit-scheme and sicm. On the csail website I think the '.com' binary for scmutils only works with v10 and was released about a year ago. Does…

  16. comment
    Comment #24830601

    IHP is the best web framework experience I have had. I think a lot of aspiring haskeller's will have worked their way through a text like Learn You a Haskell For Great Good or simi…

  17. story