Live data from Hacker News

Viewing profile — chrismanning

chrismanning

HN member
Joined
Tue, Sep 16, 2014, 6:18 PM UTC
HN karma
9
Public activity
5 items

About chrismanning

No profile information was provided.

Recent public activity

  1. comment
    Comment #47222966

    Haskell works pretty well with agents, particularly when the agent is LSP-capable and you set up haskell-language-server. Even less capable models do well with this combo. Without …

  2. comment
    Comment #46071872

    TrueNAS isn't even FreeBSD any more, it's Linux based now sadly

  3. comment
    Comment #33593541

    It may be worth looking at qmetaobject[0] which lets you use Qt/QML from Rust. Whatever you can do in QML you can do with qmetaobject, and writing new Qt stuff can be done with som…

  4. comment
    Comment #15703140

    Although the study isn't about the FODMAPs generally, note that fructose itself is also a FODMAP (when present in larger quantities than glucose), and so could also cause similar s…

  5. comment
    Comment #10259453

    EJDB [0] is pretty good and seems to be actively developed again after a period of inactivity. It uses BSON rather than JSON directly but close enough, and the queries are modelled…