Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anonymous23801
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
anonymous23801
4y ago
No processing done at the DB very often implies more queries and consequently a higher workload in the DB than just doing the processing there. That's evident when looking at typical ORM usage (usually very chatty applications). Toon K
2.
▲
by
anonymous23801
4y ago
You could easily create a new revision of the function you want to change, and have the first box to use the new revision while the rest keep using the old one. In postgres that would be trivial with revision schemas and a clever usage of t
3.
▲
by
anonymous23801
4y ago
A pilot. I'm on my way
4.
▲
by
anonymous23801
4y ago
I disagree here, Elixir looks similar to Ruby from a syntax perspective. But as soon as you dig into OTP it is a completely new world. It's true that as a beginner you can simply do web development with Phoenix and that feels similar t
5.
▲
by
anonymous23801
4y ago
I don't think Go or Rust provides anything similar to what you have in Erlang/Elixir. I've done a lot of Ruby and then while learning Haskell and Elm has been a paradigm change with their type systems, Elixir/Erlang felt