Viewing profile — oomathias
oomathias
HN member- Joined
- Fri, Sep 13, 2013, 5:58 PM UTC
- HN karma
- 2
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About oomathias
https://m7b.io
my public key: https://keybase.io/m7b; my proof: https://keybase.io/m7b/sigs/5VrU0FMiM7MsM6uXvqM4EBt07IEanPQvTPMx_LCrid4
Recent public activity
-
comment
Comment #26469653
Thanks, I didn't know about this. Indeed nothing is failproof.
-
comment
Comment #26440521
@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 SQ…
-
comment
Comment #13679928
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.
-
comment
Comment #13679837
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…
-
comment
Comment #13677543
https://gist.github.com/oomathias/175c737c33a1254a28bb4e81e1...
-
comment
Comment #13677514
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 benc…
-
comment
Comment #12607719
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 p…
- comment
-
comment
Comment #12575873
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 a…