Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benmos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
benmos
2y ago
Hope it’s permissible for me to post this… but if you’re looking to do this in the UK, these guys are great: https://maps.app.goo.gl/PtJpTBpkiDBSzFki7?g_st=ic
2.
▲
by
benmos
10y ago
I don't think that's really humour - that's an important piece of information.
3.
▲
by
benmos
11y ago
Curious why you'd recommend that. It seems to me that it costs you something (convenience of standard VC practice on code) and gains you little. I'd recommend checking out the linked presentation above - for things like stored pro
4.
▲
by
benmos
11y ago
I think this post only gives half of the story. The thing is you need to manage not just your schema (and reference data) but also your DB code - i.e. stored proc etc. For schema, the approach recommended by the OP seems sensible - check di
5.
▲
by
benmos
11y ago
Nix (and NixOS, NixOps etc) is totally, totally awesome (only downside is that it's not a statically typed language itself). Just be warned that it does have a non-trivial learning curve of its own though.
6.
▲
by
benmos
12y ago
Ah, right, that makes sense - thanks.
7.
▲
by
benmos
12y ago
I take it you mean OS-level threads then?
8.
▲
by
benmos
12y ago
"we added a tracker for the number of suspended Haskell threads" - would you mind sharing how you did that? I couldn't see any obvious GHC APIs for it.