Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oomathias
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
oomathias
6y ago
Thanks, I didn't know about this. Indeed nothing is failproof.
2.
▲
by
oomathias
6y ago
@keithba I have build a - private - GitHub action around https://github.com/sbdchd/squawk - for Postgres - that lints all our migrations files on each PR. The action extract raw SQL from the codebase and pass them into
3.
▲
by
oomathias
10y ago
Well, if your app cannot use multi-core this is what you get. SSD and memory perf are below too. Since SSD are not local it makes sense.
4.
▲
by
oomathias
10y ago
I made the same benchmark: https://gist.github.com/oomathias/175c737c33a1254a28bb4e81e1... I use Scaleway too but it's different, you have more ram, space, traffic but the perf are not comparable to Linode/DO
5.
▲
by
oomathias
10y ago
https://gist.github.com/oomathias/175c737c33a1254a28bb4e81e1...
6.
▲
by
oomathias
10y ago
You could also consider Scaleway. 3€ 2 x86 64bit Cores 2GB memory 50GB SSD 200Mbit/s Unmetered 6€ 4 x86 64bit Cores 4GB memory 100GB SSD 200Mbit/s Unmetered Gist with the same benchmarks: https://gist.github.com/o
7.
▲
by
oomathias
10y ago
Every day. Every night prior going to bed, I read and learn something new. I try to read at least a book per week. During my work, I always try to find the best solution to every problem I encounter. By doing this, I keep learning every day
8.
▲
by
oomathias
10y ago
The code should be self-explanatory for a developer, if not add documentation inside the code. I like to document anything the client will have at some point to touch. Deployment and configuration must be documented. There are two different