Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrismanning
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chrismanning
7mo ago
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 LSP works fine but the fast feedback loop after each edit re
2.
▲
by
chrismanning
10mo ago
TrueNAS isn't even FreeBSD any more, it's Linux based now sadly
3.
▲
by
chrismanning
4y ago
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 some annotated Rust code. I'm using it in a personal
4.
▲
by
chrismanning
9y ago
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 symptoms.
5.
▲
by
chrismanning
11y ago
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 after Mongo too. I made a C++14 wrapper [1] a while ago whi